Published in: XML
<?xml version="1.0"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Foo</title> <updated>2006-01-23T16:26:03-08:00</updated> <id>http://www.example.com/myFeed</id> <author> <name>Jo March</name> </author> <link href="/myFeed" rel="self"/> <entry> <id>1</id> <link rel="edit" href="http://example.com/myFeed/1/1/"/> <updated>2006-01-23T16:26:03-08:00</updated> <author> <name>Elizabeth Bennet</name> <email>liz@gmail.com</email> </author> <title type="text">Entry 1</title> <content type="text">This is my entry</content> <g:item_type>Recipes</g:item_type> <g:cooking_time>30</g:cooking_time> <g:main_ingredient>chicken</g:main_ingredient> <g:main_ingredient>chili peppers</g:main_ingredient> <g:main_ingredient>peanuts</g:main_ingredient> <g:spices_used>Szechuan peppercorn</g:spices_used> <g:cook_technique>blackened</g:cook_technique> </entry> </feed>
You need to login to post a comment.
