EntrySample1.xml 944 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <entry xmlns="http://www.w3.org/2005/Atom">
  3. <title>Atom draft-07 snapshot</title>
  4. <link rel="alternate" type="text/html"
  5. href="http://example.org/2005/04/02/atom"/>
  6. <link rel="enclosure" type="audio/mpeg" length="1337"
  7. href="http://example.org/audio/ph34r_my_podcast.mp3"/>
  8. <id>tag:example.org,2003:3.2397</id>
  9. <updated>2005-07-31T12:29:29Z</updated>
  10. <published>2003-12-13T08:29:29-04:00</published>
  11. <author>
  12. <name>Mark Pilgrim</name>
  13. <uri>http://example.org/</uri>
  14. <email>f8dy@example.com</email>
  15. </author>
  16. <contributor>
  17. <name>Sam Ruby</name>
  18. </contributor>
  19. <contributor>
  20. <name>Joe Gregorio</name>
  21. </contributor>
  22. <content type="xhtml" xml:lang="en"
  23. xml:base="http://diveintomark.org/">
  24. <div xmlns="http://www.w3.org/1999/xhtml">
  25. <p><i>[Update: The Atom draft is finished.]</i></p>
  26. </div>
  27. </content>
  28. </entry>