Skip to content

Instantly share code, notes, and snippets.

@ericallam
Created July 9, 2010 19:03
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 ericallam/469881 to your computer and use it in GitHub Desktop.
Save ericallam/469881 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<order>
...order xml...
<user>
<address1>111 Broadway</address1>
<address2></address2>
<bday type="date">1977-06-15</bday>
<city>Otown</city>
<first-name>Eric</first-name>
<gender>m</gender>
<id type="integer">52753</id>
<last-name>Allam</last-name>
<middle-name></middle-name>
<phone>1111111111</phone>
<state>AL</state>
<time-zone>Arizona</time-zone>
<upin></upin>
<weight nil="true"></weight>
<zip>11111</zip>
</user>
</order>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment