You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Feed/_files/AtomPublishingTest-created-...

16 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>