Created
October 17, 2010 22:41
-
-
Save shaliko/631401 to your computer and use it in GitHub Desktop.
This file contains 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" 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