Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created April 23, 2011 03:22
Show Gist options
  • Save kinlane/938220 to your computer and use it in GitHub Desktop.
Save kinlane/938220 to your computer and use it in GitHub Desktop.
Business of APIs - XML
<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