diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-10-08 17:02:47 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-10-08 17:02:47 +0200 |
| commit | 10c6b1f0978710cf5a9f309b6fdcaef922f9b07f (patch) | |
| tree | 00679d479d9554f91f5d3beb4f4e709705ba55df /sample/src/entities/index.xml | |
| parent | 5fc53d25a171fbd85ee09c9fc771580350d689c8 (diff) | |
| download | cataract-10c6b1f0978710cf5a9f309b6fdcaef922f9b07f.tar.xz | |
Add basic Atom feed writer
Diffstat (limited to 'sample/src/entities/index.xml')
| -rw-r--r-- | sample/src/entities/index.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/entities/index.xml b/sample/src/entities/index.xml index 54bdb2f..44776ca 100644 --- a/sample/src/entities/index.xml +++ b/sample/src/entities/index.xml @@ -11,6 +11,12 @@ <author>META Author → '&' "&copy;"</author> <description><![CDATA[META Description → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]></description> </meta> + <news timestamp="2010-10-07T17:51:51+04:00" type="html" title="Entities test"> + Entities → '&' "&copy;" + </news> + <news timestamp="2010-10-07T18:15:15.000Z" type="html" title="Entities test CDATA"> + <![CDATA[Entities → '&' "©" < <b>ahoj!</b> <!-- comment <b>neco</b> -->]]> + </news> </general> <items> |
