Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created November 3, 2014 14:33
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 marianogonzalez/66ecd9afc4d544e72b0d to your computer and use it in GitHub Desktop.
Save marianogonzalez/66ecd9afc4d544e72b0d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<cities>
<city name="milan" country="italy" pop="5"/>
<city name="paris" country="france" pop="7"/>
<city name="munich" country="germany" pop="4"/>
<city name="lyon" country="france" pop="2"/>
<city name="venice" country="italy" pop="1"/>
</cities>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment