| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0"?>
- <feed xmlns="http://www.w3.org/2005/Atom">
- <id>http://www.example.com</id>
- <title>Example Atom Feed</title>
- <updated>2006-01-23T23:04:33Z</updated>
- <link rel="self" href="http://www.example.com" />
- <author>
- <name>John Doe</name>
- <email>John@Example.com</email>
- <uri>http://www.example.com</uri>
- </author>
- <entry>
- <id>tag:www.example.com,2006-01-23:/post/1234</id>
- <title>Mars Attacks Pluto Probe</title>
- <updated>2006-01-23T23:04:33Z</updated>
- <summary>In upheaval of the tenuous peace between Earth and Mars over the last century, it has been confirmed that a rogue Martian fighter ship suddenly attacked Earth's 2006 probe to Pluto today. Martian delegates have been dispatched to Earth in an effort to quell the political firestorm that has ensued.</summary>
- <link rel="alternate" href="/post/1234" />
- </entry>
- <entry>
- <id>tag:www.example.com,2006-01-23:/post/1235</id>
- <title>Quake Rocks Io</title>
- <updated>2006-01-23T23:04:33Z</updated>
- <summary>A strong tremor rocked Io this afternoon, and officials are saying that no one has been found alive on Io since the quake.</summary>
- <link rel="alternate" href="/post/1235" />
- </entry>
- </feed>
|