Created
July 9, 2010 19:03
-
-
Save ericallam/469881 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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