Load XML-Feed-0.01 into trunk.
[catagits/XML-Feed.git] / t / samples / rss20.xml
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 <language>en-us</language>
8 <copyright>Copyright 2004</copyright>
9 <lastBuildDate>Sat, 29 May 2004 23:39:25 -0800</lastBuildDate>
10 <pubDate>Sat, 29 May 2004 23:39:57 -0800</pubDate>
11 <generator>http://www.movabletype.org/?v=3.0D</generator>
12 <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
13 <webMaster>Melody</webMaster>
14
15 <item>
16 <title>Entry Two</title>
17 <description>Hello!...</description>
18 <xhtml:body><![CDATA[<p>Hello!</p>]]></xhtml:body>
19 <link>http://localhost/weblog/2004/05/entry_two.html</link>
20 <author>Melody</author>
21 <guid>http://localhost/weblog/2004/05/entry_two.html</guid>
22 <category>Travel</category>
23 <pubDate>Sat, 29 May 2004 23:39:25 -0800</pubDate>
24 </item>
25 <item>
26 <title>Test</title>
27 <description>This is a test. Why don&apos;t you come down to our place for a coffee and a chat?...</description>
28 <xhtml:body><![CDATA[<p>This is a test.</p>
29
30 <p>Why don't you come down to our place for a coffee and a <strong>chat</strong>?</p>]]></xhtml:body>
31 <link>http://localhost/weblog/2004/05/test.html</link>
32 <guid>http://localhost/weblog/2004/05/test.html</guid>
33 <category>Sports</category>
34 <pubDate>Sat, 08 May 2004 23:03:28 -0800</pubDate>
35 </item>
36
37
38 </channel>
39 </rss>