1<?xml version="1.0" encoding="UTF-8" ?> 2<foo> 3 <items> 4 <item> 5 <product-name>abc</product-name> 6 <quantity>123</quantity> 7 </item> 8 <item> 9 <product-name>def</product-name> 10 <quantity>456</quantity> 11 </item> 12 </items> 13</foo> 14