Load XML-Feed-0.08 into trunk.
[catagits/XML-Feed.git] / t / samples / rss20-no-summary.xml
CommitLineData
a749d9b9 1<?xml version="1.0" encoding="utf-8"?>
2<rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
3<channel>
4<title>First Weblog</title>
5<link>http://localhost/weblog/</link>
6<description>This is a test weblog.</description>
7
8<item>
9<title>Test</title>
10<description>&lt;p&gt;This is a test.&lt;/p&gt;
11
12&lt;p&gt;Why don&apos;t you come down to our place for a coffee and a &lt;strong&gt;chat&lt;/strong&gt;?&lt;/p&gt;</description>
13<link>http://localhost/weblog/2004/05/test.html</link>
14</item>
15</channel>
16</rss>