Skip to content

Instantly share code, notes, and snippets.

@scarcher2
Created August 26, 2014 03:37
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 scarcher2/c582fe290f4295d98677 to your computer and use it in GitHub Desktop.
Save scarcher2/c582fe290f4295d98677 to your computer and use it in GitHub Desktop.
XML
<?xml version="1.0"?>
<contact_list>
<contact id="1">
<first>Joe</first>
<last>Smith</last>
<email>joe@example.com</email>
</contact>
<contact id="2">
<first>Jane</first>
<last>Smith</last>
<email>jane@example.com</email>
</contact>
<contact id="3">
<first>John</first>
<last>Smith</last>
<email>John@example.com</email>
</contact>
</contact_list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment