First cut at multiple category/tag support
[catagits/XML-Feed.git] / t / samples / atom-multiple-categories.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
3     <title>Simon Wistow's blog</title>
4     <link rel="self" type="application/atom+xml" title="Simon Wistow.s blog (Atom)" href="http://deflatermouse.vox.com/library/posts/page/1/atom.xml" />
5     <updated>2008-12-09T06:37:07Z</updated> 
6     <id>tag:vox.com,2006:6p00c2252555dbf219/</id> 
7     <subtitle>One Drink Too Many and a Joke Gone Too Far</subtitle>  
8     <entry>
9         <title>Test With Categories</title>   
10         <published>2008-12-08T19:44:50Z</published>
11         <updated>2008-12-09T06:37:07Z</updated>
12         <content>content</content> 
13         <category term="foo"  /> 
14         <category term="bar"  /> 
15         <category term="quux" /> 
16         <category term="simon&#39;s tags" />
17     </entry> 
18 </feed>