diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 16:39:33 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 16:39:33 +0200 |
| commit | 498e7aaa9e657ef3ff0406964d62166e37e0299f (patch) | |
| tree | e2f429864abe12ee870f7fca50423404d9aa5fb2 /sample/src/index.xml | |
| parent | 9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (diff) | |
| download | cataract-498e7aaa9e657ef3ff0406964d62166e37e0299f.tar.xz | |
Support for interspaces
Diffstat (limited to 'sample/src/index.xml')
| -rw-r--r-- | sample/src/index.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/src/index.xml b/sample/src/index.xml index 07881d5..904e074 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -26,12 +26,16 @@ <separator>This is a separator</separator> + <interspace>This is an interspace</interspace> + <item path="subdir"> <title>Going deeper...</title> <title_description>nesting</title_description> <thumbnail src="subdir/Tatry/img_7755.jpg" /> </item> + <interspace>This is an interspace</interspace> + <item path="hidden"> <hidden /> <title>This should not be visible</title> |
