Skip to content

Instantly share code, notes, and snippets.

@benmcnelly
Created April 15, 2015 21:30
Show Gist options
  • Save benmcnelly/73a7bf294256ed122558 to your computer and use it in GitHub Desktop.
Save benmcnelly/73a7bf294256ed122558 to your computer and use it in GitHub Desktop.
<?xml version="1.0" ?>
<Root>
<Person>
<Name>Ben</Name>
<Age>29</Age>
<Skills>
<Skill>Irritating</Skill>
<Skill>Trolling</Skill>
</Skills>
</Person>
<Person>
<Name>Brad</Name>
<Age>Probably super old</Age>
<Skills>
<Skill>Ironing</Skill>
</Skills>
</Person>
</Root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment