Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
  3. <title>Test Store</title>
  4. <link rel="self" href="http://www.example.com"/>
  5.  
  6. <entry>
  7. <g:id>DB_1</g:id>
  8. <g:title>Dog Bowl In Blue</g:title>
  9. <g:description>Solid plastic Dog Bowl in marine blue color</g:description>
  10. <g:link>http://www.example.com/bowls/db-1.html</g:link>
  11. <g:image_link>http://images.example.com/DB_1.png</g:image_link>
  12. <g:brand>Example</g:brand>
  13. <g:condition>new</g:condition>
  14. <g:availability>in stock</g:availability>
  15. <g:price>9.99 GBP</g:price>
  16. <g:shipping>
  17. <g:country>UK</g:country>
  18. <g:service>Standard</g:service>
  19. <g:price>4.95 GBP</g:price>
  20. </g:shipping>
  21. <g:google_product_category>Animals &gt; Pet Supplies</g:google_product_category>
  22. <applink property="ios_url" content="example-ios://electronic" />
  23. <applink property="ios_app_store_id" content="42" />
  24. <applink property="ios_app_name" content="Electronic Example iOS" />
  25. <applink property="iphone_url" content="example-iphone://electronic" />
  26. <applink property="iphone_app_store_id" content="43" />
  27. <applink property="iphone_app_name" content="Electronic Example iPhone" />
  28. <applink property="ipad_url" content="example-ipad://electronic" />
  29. <applink property="ipad_app_store_id" content="44" />
  30. <applink property="ipad_app_name" content="Electronic Example iPad" />
  31. <applink property="android_url" content="example-android://electronic" />
  32. <applink property="android_package" content="com.electronic" />
  33. <applink property="android_app_name" content="Electronic Example Android" />
  34. <applink property="windows_phone_url" content="example-windows://electronic" />
  35. <applink property="windows_phone_app_id" content="64ec0d1b-5b3b-4c77-a86b-5e12d465edc0" />
  36. <applink property="windows_phone_app_name" content="Electronic Example Windows" />
  37. </entry>
  38. </feed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement