AtomTestSample2.xml 349 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom">
  3. <title>Example Atom Feed</title>
  4. <updated>2006-01-23T23:04:33Z</updated>
  5. <link rel="self" href="http://www.example.com" />
  6. <id>http://www.example.com</id>
  7. <author>
  8. <name>John Doe</name>
  9. <email>John@Example.com</email>
  10. <uri>http://www.example.com</uri>
  11. </author>
  12. </feed>