| 12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8"?>
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearchrss/1.0/" version="1.0">
- <title>Atom Example</title>
- <tagline>This is a simple Atom Feed made by XML_Feed_Writer.</tagline>
- <atom:link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="./TestAtomFeedNamespaced.xml" />
- <atom:link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="./TestAtomFeedNamespaced.xml" />
- <atom:link rel="self" type="application/atom+xml" href="./TestAtomFeedNamespaced.xml" />
- <opensearch:totalResults>4</opensearch:totalResults>
- <opensearch:startIndex>3</opensearch:startIndex>
- <opensearch:itemsPerPage>2</opensearch:itemsPerPage>
- <modified>2005-04-25T00:00:00+02:00</modified>
- <atom:entry>
- <atom:id>1</atom:id>
- <atom:link rel="edit" href="./TestAtomFeedNamespaced.xml/1/1" />
- <title>The Item Title</title>
- <issued>2004-09-25T16:03:00+02:00</issued>
- <modified>2005-12-25T16:03:00+01:00</modified>
- <author>
- <name>David Coallier</name>
- </author>
- <summary>Testing something before releasing</summary>
- </atom:entry>
- <atom:entry>
- <atom:id>2</atom:id>
- <atom:link rel="edit" href="./TestAtomFeedNamespaced.xml/2/1" />
- <title>Second item added to the builder/feeded..</title>
- <issued>2004-01-04T00:00:00+01:00</issued>
- <modified>1970-01-01T01:00:00+01:00</modified>
- <author>
- <name>David Coallier</name>
- </author>
- <summary>Jaws project, visit the website for infos...</summary>
- </atom:entry>
- </atom:feed>
|