Cleanup
[catagits/XML-Feed.git] / t / samples / base_rss.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <rss version="2.0" xml:base="http://example.org/">
3 <channel>
4 <title>Sample Feed</title>
5 <link>index.html</link>
6 <item xml:base="http://example.org/archives/">
7 <title>First entry title</title>
8 <link>000001.html</link>
9 <description xml:base="http://example.org/archives/000001.html">
10 (<a href="/index.html">relative</a>, 
11 <a href="http://weblog.infoworld.com/udell/index.html">fully-qualified</a>)
12 </description>
13 </item>
14 </channel>
15 </rss>
16