01: <?xml version="1.0"?>
02: <items>
03:    <item>
04:       <product>
05:          <description>Ink Jet Refill Kit</description>
06:          <price>29.95</price>
07:       </product>
08:       <quantity>8</quantity>
09:    </item>
10:    <item>
11:       <product>
12:          <description>4-port Mini Hub</description>
13:          <price>19.95</price>
14:       </product>
15:       <quantity>4</quantity>
16:    </item>
17: </items>
18: 
19: