<?xml version="1.0" encoding="utf-8" ?>
<Orders>
<Order>
<ProductName>Hi-Speed Tonic</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>1</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
<Order>
<ProductName>TNT</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>10</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
<Order>
<ProductName>Jet-propelled Roller Skates</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>2</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
<Order>
<ProductName>Portable Hole</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>15</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
<Order>
<ProductName>Earthquake Pills</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>10</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
<Order>
<ProductName>Rocket Sled</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>1</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
<Order>
<ProductName>Giant Rubber Band</ProductName>
<CostPerUnit>50.00</CostPerUnit>
<Quantity>2</Quantity>
<Discount>5</Discount>
<ShipAndHandle>10.00</ShipAndHandle>
</Order>
</Orders>