Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created February 8, 2011 20:07
Show Gist options
  • Save kinlane/817107 to your computer and use it in GitHub Desktop.
Save kinlane/817107 to your computer and use it in GitHub Desktop.
This is a XML example I am using in my business of APIs series for API Evangelist.
<contact>
<firstname>Kin</firstname>
<lastname>Lane</lastname>
<age>38</age>
<website>apievangelist.com</website>
<address>
<streetaddress>123 2nd Street</streetaddress>
<city>New York</city>
<state>NY</state>
<postalcode>10021</postalcode>
</address>
</contact>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment