Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created December 10, 2009 17:34
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 aborruso/253508 to your computer and use it in GitHub Desktop.
Save aborruso/253508 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<places xmlns="http://where.yahooapis.com/v1/schema.rng" xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:start="0" yahoo:count="1" yahoo:total="1">
<place yahoo:uri="http://where.yahooapis.com/v1/place/7153344" xml:lang="it">
<woeid>7153344</woeid>
<placeTypeName code="8">Regione</placeTypeName>
<name>Sicilia</name>
<country type="Paese" code="IT">Italia</country>
<admin1 type="Regione" code="">Sicilia</admin1>
<admin2></admin2>
<admin3></admin3>
<locality1></locality1>
<locality2></locality2>
<postal></postal>
<centroid>
<latitude>37.474201</latitude>
<longitude>14.038400</longitude>
</centroid>
<boundingBox>
<southWest>
<latitude>35.492908</latitude>
<longitude>11.925530</longitude>
</southWest>
<northEast>
<latitude>40.892502</latitude>
<longitude>16.815540</longitude>
</northEast>
</boundingBox>
</place>
</places>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment