change one field to CDATA, which is needed if one wants to incorporate
[rss2html.py.git] / test.xml
blobedc59ccf74de69c34ac310d6d6b985cae8a86347
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!-- generator="ivopress/1.0" -->
3 <rss version="2.0">
5 <channel>
6     <title>This is the title</title>
7     <link>http://some.host/test.html</link>
8     <description>This is the description</description>
9     <pubDate>Fri, 28 Mar 2008 02:21:00 +0000</pubDate>
10     <generator>The generator</generator>
11     <language>en</language>
13     <item>
14         <title>Item title</title>
15         <link>http://some.host/test.html#1</link>
16         <author>A.U. Thor</author>
17         <pubDate>Fri, 28 Mar 2008 02:21:00 +0000</pubDate>
18         <description><![CDATA[The quick brown fox jumps over the lazy dog.]]></description>
19     </item>
21 </channel>
22 </rss>