01 <purchase-order>
02 <customer>
03 <name>Gladys Cravits</name>
04 <address>Anytown, PA</address>
05 </customer>
06 <date>2001-12-17T09:30:47-05:00</date>
07 <line-item>
08 <description>Burnham's Celestial Handbook, Vol 1</description>
09 <per-unit-ounces>5</per-unit-ounces>
10 <price>21.79</price>
11 <quantity>2</quantity>
12 </line-item>
13 <line-item>
14 <description>Burnham's Celestial Handbook, Vol 2</description>
15 <per-unit-ounces>5</per-unit-ounces>
16 <price>19.89</price>
17 <quantity>2</quantity>
18 </line-item>
19 <line-item>
20 <description>Burnham's Celestial Handbook, Vol 3</description>
21 <per-unit-ounces>5</per-unit-ounces>
22 <price>19.89</price>
23 <quantity>1</quantity>
24 </line-item>
25 <shipper>
26 <name>UPS</name>
27 <per-ounce-rate>0.74</per-ounce-rate>
28 </shipper>
29 </purchase-order>
|