topical media & game development
basic-xml-17-ch17-ex01.xml / xml
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/css" href="ch17_ex01.css" ?>
<purchaseOrder orderID="x1129001">
<buyer>
<companyName>Woodland Toys</companyName>
<purchaserName>Tom Walter</purchaserName>
<address>
<address1>The Business Centre</address1>
<address2>127 Main Road</address2>
<town>Albury</town>
<city>Seaforth</city>
<state>BC</state>
<zipCode>22001</zipCode>
</address>
</buyer>
<orders>
<item>
<sku>126552</sku>
<product>People Carrier</product>
<description>Childs pedal operated car</description>
</item>
<item>
<sku>122452</sku>
<product>BubbleBaby</product>
<description>Bean filled soft toy</description>
</item>
<item>
<sku>129112</sku>
<product>My First Drum Kit</product>
<description>Childs plastic drum kit</description>
</item>
</orders>
</purchaseOrder>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.