Skip to content

Instantly share code, notes, and snippets.

@bmelton
Created June 13, 2018 22:24
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 bmelton/5d63025cc3ccb3123f9b9bb40300bac1 to your computer and use it in GitHub Desktop.
Save bmelton/5d63025cc3ccb3123f9b9bb40300bac1 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<data>
<country name="Liechtenstein">
<rank>1</rank>
<year>2008</year>
<gdppc>141100</gdppc>
<neighbor name="Austria" direction="E"/>
<neighbor name="Switzerland" direction="W"/>
</country>
<country name="Singapore">
<rank>4</rank>
<year>2011</year>
<gdppc>59900</gdppc>
<neighbor name="Malaysia" direction="N"/>
</country>
<country name="Panama">
<rank>68</rank>
<year>2011</year>
<gdppc>13600</gdppc>
<neighbor name="Costa Rica" direction="W"/>
<neighbor name="Colombia" direction="E"/>
</country>
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment