Skip to content

Instantly share code, notes, and snippets.

@sgammon
Created March 9, 2010 00:21
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 sgammon/325997 to your computer and use it in GitHub Desktop.
Save sgammon/325997 to your computer and use it in GitHub Desktop.
<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="4">
<place yahoo:uri="http://where.yahooapis.com/v1/place/55805667" xml:lang="en-US">
<woeid>55805667</woeid>
<placeTypeName code="11">Zip Code</placeTypeName>
<name>95811</name>
<country type="Country" code="US">United States</country>
<admin1 type="State" code="US-CA">California</admin1>
<admin2 type="County" code="">Sacramento</admin2>
<admin3></admin3>
<locality1 type="Town">Sacramento</locality1>
<locality2></locality2>
<postal type="Zip Code">95811</postal>
<centroid><latitude>38.583931</latitude><longitude>-121.478203</longitude></centroid>
<boundingBox>
<southWest><latitude>38.565331</latitude><longitude>-121.508652</longitude></southWest>
<northEast><latitude>38.602539</latitude><longitude>-121.473312</longitude></northEast>
</boundingBox>
</place>
</places>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment