<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>ATOM 1.0 Example Feed</title>
<subtitle>ATOM 1.0 Example Feed - Subtitle</subtitle>
<updated>2005-09-02T18:30:02Z</updated>
<link href="#" rel="self" />
<author>
<name>John Doe</name>
<email>john-doe@mail.somewhere</email>
</author>
<id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
<entry>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<title>Entry 1</title>
<link href="#" />
<updated>2005-09-02T18:30:02Z</updated>
<summary>Some text.</summary>
</entry>
<entry>
<id>urn:uuid:8eb00d01-d632-40d4-8861-f2ed613f2c30</id>
<title>Entry 2</title>
<link href="#" />
<updated>2005-09-01T12:15:00Z</updated>
<summary>Some more text</summary>
</entry>
<entry>
<id>urn:uuid:8eb00d01-d632-40d4-8861-f2ed613f2c30</id>
<title>Entry 3</title>
<link href="#" />
<updated>2005-09-01T12:15:00Z</updated>
<summary>More more text</summary>
</entry>
</feed>
|