ZF-8222: format class name for class checks
[zend.git] / tests / Zend / Feed / _files / AtomTestSample4.xml
blob8af5593f771d26f2d8679d27c5402039c4824185
1 <?xml version="1.0"?>
2 <feed xmlns="http://www.w3.org/2005/Atom">
4         <id>http://www.example.com</id>
5         <title>Example Atom Feed</title>
6         <updated>2006-01-23T23:04:33Z</updated>
7         <link rel="self" href="http://www.example.com" />
9         <author>
10                 <name>John Doe</name>
11                 <email>John@Example.com</email>
12                 <uri>http://www.example.com</uri>
13         </author>
15         <entry>
16                 <id>tag:www.example.com,2006-01-23:/post/1234</id>
17                 <title>Mars Attacks Pluto Probe</title>
18                 <updated>2006-01-23T23:04:33Z</updated>
19                 <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>
20                 <link rel="alternate" href="/post/1234" />
21         </entry>
23         <entry>
24                 <id>tag:www.example.com,2006-01-23:/post/1235</id>
25                 <title>Quake Rocks Io</title>
26                 <updated>2006-01-23T23:04:33Z</updated>
27                 <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>
28                 <link rel="alternate" href="/post/1235" />
29         </entry>
31 </feed>