Skip to content

Instantly share code, notes, and snippets.

@brianmc
Created April 21, 2016 14:11
Show Gist options
  • Save brianmc/9ab358da1a2ab95d3b15e025114af7cd to your computer and use it in GitHub Desktop.
Save brianmc/9ab358da1a2ab95d3b15e025114af7cd to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<purchaseOrder orderDate="1999-10-20">
<shipTo country="US">
<name>Alice Smith</name>
<street>123 Maple Street</street>
<city>Anytown</city><state>AK</state><zip>12341</zip>
</shipTo>
<billTo country="US">
<name>Robert Smith</name>
<street>8 Oak Avenue</street>
<city>Anytown</city><state>AK</state><zip>12341</zip>
</billTo>
<items>
<item partNum="833-AA">
<productName>Lapis necklace</productName>
<quantity>1</quantity>
<USPrice>99.95</USPrice>
<comment>Want this for the holidays!</comment>
<shipDate>1999-12-05</shipDate>
<sku>833-AA</sku>
</item>
<item partNum="833-AB">
<productName>Plastic necklace</productName>
<quantity>4</quantity>
<USPrice>3.95</USPrice>
<shipDate>1999-12-24</shipDate>
<sku>833-AB</sku>
</item>
</items>
</purchaseOrder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment