Skip to content

Instantly share code, notes, and snippets.

@shaliko
Created October 17, 2010 22:41
Show Gist options
  • Save shaliko/631401 to your computer and use it in GitHub Desktop.
Save shaliko/631401 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<estates>
<estate>
<id>1</id>
<title>N Maplewood Ave, Chicago IL</title>
<city_title>Chicago</city_title>
<state_title>IL</state_title>
<price>1234567</price>
<square>3500</square>
<beds>3</beds>
<baths>2</baths>
<description></description>
<zip_code>350072</zip_code>
<address>N Maplewood Ave</address>
<latitude>123123123123</latitude>
<longitude>123123123123</longitude>
</estate>
<estate>
<id>2</id>
<title>N Maplewood Ave, Chicago IL</title>
<city_title>Chicago</city_title>
<state_title>IL</state_title>
<price>7654321</price>
<square>4300</square>
<beds>3</beds>
<baths>2</baths>
<description></description>
<zip_code>350000</zip_code>
<address>N Maplewood Ave</address>
<latitude>123123123123</latitude>
<longitude>123123123123</longitude>
</estate>
</estates>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment