Skip to content

Instantly share code, notes, and snippets.

@ccarpenterg
Created September 20, 2009 17:16
Show Gist options
  • Save ccarpenterg/189850 to your computer and use it in GitHub Desktop.
Save ccarpenterg/189850 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1"?>
<PurchaseOrder>
<Buyer>EuroTech</Buyer>
<ID>567701-134</ID>
<Date>07-08-09</Date>
<Currency>USD</Currency>
<Seller>Singapure Electronics</Seller>
<PODetails>
<Product>
<Model>Nokia 3G</Model>
<Description>3G Cellphone</Description>
<Quantity>3000</Quantity>
<Price>93.5<Price>
</Product>
<Product>
<Model>SAMSUNG</Model>
<Description>3G/4G Cellphone</Description>
<Quantity>1200</Quantity>
<Price>112.9<Price>
</Product>
</PODetails>
</PurchaseOrder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment