cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Feed/_files/AtomPublishingTest-created-entry.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

15 lines
511 B
XML

<!--
POST /myFeed
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
<atom:title type="text">Entry 1</atom:title>
<atom:content type="text">1.1</atom:content>
</atom:entry>
201 CREATED
-->
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
<atom:id>1</atom:id>
<atom:link rel="edit" href="http://fubar.com/myFeed/1/1/"/>
<atom:updated>2005-05-23T16:26:00-08:00</atom:updated>
<atom:title type="text">Entry 1</atom:title>
<atom:content type="text">1.1</atom:content>
</atom:entry>