Created
June 8, 2018 09:37
-
-
Save buddhamagnet/e16b5b638ef601006f3320dbbf345cf9 to your computer and use it in GitHub Desktop.
CP-1620-atom-0-3.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<feed version="0.3" xmlns="http://purl.org/atom/ns#" | |
xmlns:g="http://base.google.com/ns/1.0"> | |
<title>The name of your data feed</title> | |
<link href="http://www.example.com" rel="alternate" type="text/html" /> | |
<modified>2005-10-11T18:30:02Z</modified> | |
<author> | |
<name>Google</name> | |
</author> | |
<id>tag:google.com,2005-10-15:/support/products</id> | |
<entry> | |
<title>Red wool jumper</title> | |
<link href="http://www.example.com/item1-info-page.html" /> | |
<summary>Comfortable and soft, this jumper will keep you warm on those cold winter nights.</summary> | |
<id>tag:google.com,2005-10-15:/support/products</id> | |
<issued>2005-10-13T18:30:02Z</issued> | |
<modified>2005-10-13T18:30:02Z</modified> | |
<g:image_link>http://www.example.com/image1.jpg</g:image_link> | |
<g:price>25</g:price> | |
<g:condition>new</g:condition> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment