<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom"
      xml:base='http://www.example.com/'
      xml:lang='en-us'>
 <title>Atom</title>
 <link href='http://www.example.com/atom' />
 <link rel='self' href='atom/atom.xml' />
 <logo>atom.gif</logo>
 <icon>atom.ico</icon>
 <updated>2005-07-12T15:21:01-00:00</updated>
 <author><name>Richard Rodger</name></author>
 <subtitle>An Atom test case for XmlManager</subtitle>
 <id>http://www.example.com/atom</id>
 <rights>Public Domain</rights>
 <generator>By Hand</generator>

 <entry>
  <title>Red</title>
  <link href='red' />
  <id>http://www.example.com/red</id>
  <published>2005-07-01T01:00:00-00:00</published>
  <updated>2005-07-01T01:01:00-00:00</updated>
  <category scheme='http://www.example.com/category' term='color/red' label='Colors/Red' />
  <category scheme='http://www.example.com/category' term='word/red' label='Words/Red' />
  <content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>red <b>red</b> “red” red’s</div>
  </content>
 </entry>

 <entry><title>Green</title>
  <link href='green' />
  <id>http://www.example.com/green</id>
  <published>2005-07-02T01:00:00-00:00</published>
  <updated>2005-07-02T01:01:00-00:00</updated>
  <category scheme='http://www.example.com/category' term='color/green' label='Colors/Green' />
  <category scheme='http://www.example.com/category' term='word/green' label='Words/Green' />
  <content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>green <b>green</b> “green” green’s</div>
  </content>
 </entry>

 <entry><title>Blue</title>
  <link href='blue' />
  <id>http://www.example.com/blue</id>
  <published>2005-07-03T01:00:00-00:00</published>
  <updated>2005-07-03T01:01:00-00:00</updated>
  <category scheme='http://www.example.com/category' term='color/blue' label='Colors/Blue' />
  <category scheme='http://www.example.com/category' term='word/blue' label='Words/Blue' />
  <content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>blue <b>blue</b> “blue” blue’s</div>
  </content>
 </entry>

 <entry><title>One</title>
  <link href='one' />
  <id>http://www.example.com/one</id>
  <published>2005-07-04T01:00:00-00:00</published>
  <updated>2005-07-04T01:01:00-00:00</updated>
  <category scheme='http://www.example.com/category' term='number/one' label='Numbers/One' />
  <summary type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><a href='http://www.example.com'>example</a></div></summary>
 </entry>

 <entry><title>Two</title>
  <link href='two' />
  <id>http://www.example.com/two</id>
  <published>2005-07-04T01:00:00-00:00</published>
  <updated>2005-07-04T01:01:00-00:00</updated>
  <category scheme='http://www.example.com/category' term='number/two' label='Numbers/Two' />
  <summary type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><a href='http://www.example.com'>example</a></div></summary>
 </entry>

 <entry><title>Three</title>
  <link href='three' />
  <id>http://www.example.com/three</id>
  <published>2005-07-04T01:00:00-00:00</published>
  <updated>2005-07-04T01:01:00-00:00</updated>
  <category scheme='http://www.example.com/category' term='number/three' label='Numbers/Three' />
  <summary type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><a href='http://www.example.com'>example</a></div></summary>
 </entry>

</feed>
