cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Feed/_files/AtomTestSample3.xml
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

17 lines
No EOL
359 B
XML

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example Atom Feed</title>
<updated>2006-01-23T23:04:33Z</updated>
<link rel="self" href="http://www.example.com" />
<id>http://www.example.com</id>
<author>
<name>John Doe</name>
<email>John@Example.com</email>
<uri>http://www.example.com</uri>
</author>
<entry>
</feed>