5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
30 lines
996 B
XML
Executable File
30 lines
996 B
XML
Executable File
<po:purchase-order xmlns:po="http://openuri.org/easypo">
|
|
<po:customer>
|
|
<po:name>David Bau</po:name>
|
|
<po:address>Gladwyne, PA</po:address>
|
|
</po:customer>
|
|
<po:date>2002-09-30T14:16:00-05:00</po:date>
|
|
<po:line-item>
|
|
<po:description>Burnham's Celestial Handbook, Vol 1</po:description>
|
|
<po:per-unit-ounces>5</po:per-unit-ounces>
|
|
<po:price>21.79</po:price>
|
|
<po:quantity>2</po:quantity>
|
|
</po:line-item>
|
|
<po:line-item>
|
|
<po:description>Burnham's Celestial Handbook, Vol 2</po:description>
|
|
<po:per-unit-ounces>5</po:per-unit-ounces>
|
|
<po:price>19.89</po:price>
|
|
<po:quantity>2</po:quantity>
|
|
</po:line-item>
|
|
<po:line-item>
|
|
<po:description>Burnham's Celestial Handbook, Vol 3</po:description>
|
|
<po:per-unit-ounces>5</po:per-unit-ounces>
|
|
<po:price>19.89</po:price>
|
|
<po:quantity>1</po:quantity>
|
|
</po:line-item>
|
|
<po:shipper>
|
|
<po:name>UPS</po:name>
|
|
<po:per-ounce-rate>0.74</po:per-ounce-rate>
|
|
</po:shipper>
|
|
</po:purchase-order>
|