Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Forked from Greenie0506/gist:863761
Created March 12, 2011 18:00
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 jonmarkgo/867411 to your computer and use it in GitHub Desktop.
Save jonmarkgo/867411 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<listings type="array">
<listing>
<created-at type="datetime">2011-02-09T17:28:40Z</created-at>
<description>Homemade Lemonade</description>
<id type="integer">1</id>
<lat type="float">22.73</lat>
<lng type="float">-20.19</lng>
<photo-url>http://example.com/photo.jpg</photo-url>
<price type="integer">100</price>
<status nil="true" />
<thumbnail-url>http://example.com/thumbnail.jpg</thumbnail-url>
<updated-at type="datetime">2011-02-09T17:31:42Z</updated-at>
<management-url nil="true" />
<phone-number nil="true" />
</listing>
<listing>
<created-at type="datetime">2011-03-09T17:28:40Z</created-at>
<description>Awesome thinger for sale</description>
<id type="integer">2</id>
<lat type="float">35.0</lat>
<lng type="float">40.0</lng>
<photo-url>http://example.com/photo.jpg</photo-url>
<price type="integer">10</price>
<status nil="true" />
<thumbnail-url>http://example.com/thumbnail.jpg</thumbnail-url>
<updated-at type="datetime">2011-03-09T17:31:42Z</updated-at>
<management_url nil="true" />
<phone_number nil="true" />
</listing>
</listings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment