TestAtomFeed.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearchrss/1.0/" version="1.0">
  3. <title>Atom Example</title>
  4. <tagline>This is a simple Atom Feed made by XML_Feed_Writer.</tagline>
  5. <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="./TestAtomFeed.xml" />
  6. <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="./TestAtomFeed.xml" />
  7. <link rel="self" type="application/atom+xml" href="./TestAtomFeed.xml" />
  8. <opensearch:totalResults>4</opensearch:totalResults>
  9. <opensearch:startIndex>3</opensearch:startIndex>
  10. <opensearch:itemsPerPage>2</opensearch:itemsPerPage>
  11. <modified>2005-04-25T00:00:00+02:00</modified>
  12. <entry>
  13. <id>1</id>
  14. <link rel="edit" href="./TestAtomFeed.xml/1/1" />
  15. <title>The Item Title</title>
  16. <issued>2004-09-25T16:03:00+02:00</issued>
  17. <modified>2005-12-25T16:03:00+01:00</modified>
  18. <author>
  19. <name>David Coallier</name>
  20. </author>
  21. <summary>Testing something before releasing</summary>
  22. </entry>
  23. <entry>
  24. <id>2</id>
  25. <link rel="edit" href="./TestAtomFeed.xml/2/1" />
  26. <title>Second item added to the builder/feeded..</title>
  27. <issued>2004-01-04T00:00:00+01:00</issued>
  28. <modified>1970-01-01T01:00:00+01:00</modified>
  29. <author>
  30. <name>David Coallier</name>
  31. </author>
  32. <summary>Jaws project, visit the website for infos...</summary>
  33. </entry>
  34. </feed>