Created
February 8, 2011 20:07
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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