diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-25 21:25:18 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-25 21:25:18 +0100 |
| commit | 10a77c7a1c4648693ded958d6ac8641afcdf1d34 (patch) | |
| tree | 14d5ee0080288dd08545e5348fbb402f5e144abc /sample/src/entities/index.xml | |
| parent | 9caacb6270bd4b4836c751cf86a25073f776986a (diff) | |
| download | cataract-10a77c7a1c4648693ded958d6ac8641afcdf1d34.tar.xz | |
The Ultimate Entity Solution (tm)
Diffstat (limited to 'sample/src/entities/index.xml')
| -rw-r--r-- | sample/src/entities/index.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sample/src/entities/index.xml b/sample/src/entities/index.xml new file mode 100644 index 0000000..54bdb2f --- /dev/null +++ b/sample/src/entities/index.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<gallery type="album"> + <general> + <ID>Entities → '&' "&copy;"</ID> + <title>Entities → '&' "&copy;"</title> + <description><![CDATA[Entities → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]></description> + <footnote> <![CDATA[Entities → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]> + </footnote> + + <meta> + <author>META Author → '&' "&copy;"</author> + <description><![CDATA[META Description → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]></description> + </meta> + </general> + + <items> + <item preview="preview/img_6802.jpg"> + <title>Entities → '&' "&copy;"</title> + <title_description>Entities → '&' "&copy;"</title_description> + </item> + + <item preview="preview/img_6802b.jpg"> + <title><![CDATA[Entities → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]></title> + <title_description><![CDATA[Entities → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]></title_description> + </item> + + </items> +</gallery> |
