Skip to content

Instantly share code, notes, and snippets.

@svacas
Created February 7, 2012 20:16
Show Gist options
  • Save svacas/1761696 to your computer and use it in GitHub Desktop.
Save svacas/1761696 to your computer and use it in GitHub Desktop.
PurchaseOrder.xml
<?xml version="1.0"?>
<PurchaseOrder PurchaseOrderNumber="99503">
<Address>
<Name>Ellen Adams</Name>
<Email>ellen@adams.org</Email>
<Zip>10009</Zip>
<Country>USA</Country>
</Address>
<Items>
<Item PartNumber="872-AA">
<ProductName>Lawnmower</ProductName>
<Quantity>1</Quantity>
<Price>148.95</Price>
<GiftWrap>false</GiftWrap>
</Item>
<Item PartNumber="926-AA">
<ProductName>Baby Monitor</ProductName>
<Quantity>2</Quantity>
<Price>39.98</Price>
<GiftWrap>true</GiftWrap>
</Item>
<Item PartNumber="997-AA">
<ProductName>Pickaxe</ProductName>
<Quantity>1</Quantity>
<Price>44.95</Price>
<GiftWrap>true</GiftWrap>
</Item>
</Items>
</PurchaseOrder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment