Skip to content

Instantly share code, notes, and snippets.

@jakemarsh
Created November 10, 2010 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakemarsh/671571 to your computer and use it in GitHub Desktop.
Save jakemarsh/671571 to your computer and use it in GitHub Desktop.
<Response>
<Product>
<Title>Toothbrush ABC</Title>
<Image>http://www.acme.com/pic1.jpg</Image>
<Image>http://www.acme.com/pic2.jpg</Image>
<Image>http://www.acme.com/pic3.jpg</Image>
</Product>
<Offers>
<Offer>
<Merchant>ACME</Merchant>
<Quality>New/Used</Quality>
<Price currency=”USDollars”>14.99</Price>
<Link>http://www.acme.com/product/123</Link>
<Phone></Phone>
<Address></Address>
<Latitude></Latitude>
<Longitude></Longitude>
</Offer>
<Offer>
<Merchant>Store XYZ</Merchant>
<Quality>New/Used</Quality>
<Price currency=”USDollars”>14.99</Price>
<Link>http://www.storexyz.com/product/123</Link>
<Phone></Phone>
<Address></Address>
<Latitude></Latitude>
<Longitude></Longitude>
</Offer>
<Offer>
<Merchant>123 Store</Merchant>
<Quality>New/Used</Quality>
<Price currency=”USDollars”>14.99</Price>
<Link>http://www.123Store.com/product/123</Link>
<Phone></Phone>
<Address></Address>
<Latitude></Latitude>
<Longitude></Longitude>
</Offer>
</Offers>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment