First cut at multiple category/tag support
[catagits/XML-Feed.git] / t / samples / rss-multiple-subjects.xml
CommitLineData
a0cca2a4 1<?xml version="1.0" encoding="utf-8"?>
2<rss version="2.0"
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:content="http://purl.org/rss/1.0/modules/content/">
5 <channel>
6 <title>Simon Wistow's blog</title>
7 <link>http://deflatermouse.vox.com/library/posts/page/1/</link>
8 <lastBuildDate>Mon, 08 Dec 2008 11:44:50 -0800</lastBuildDate>
9 <item>
10 <title>Test With Categories</title>
11 <pubDate>Mon, 08 Dec 2008 11:44:50 -0800</pubDate>
12 <description>content</description>
13 <dc:subject>foo</dc:subject>
14 <dc:subject>bar</dc:subject>
15 <dc:subject>quux</dc:subject>
16 <dc:subject>simon&#39;s tags</dc:subject>
17 </item>
18 </channel>
19</rss>