<?xml version="1.0" encoding="ISO-8859-1" ?>
<products>
<product id="1">
<brand type="handy">Samsung</brand>
<model>SGH E700</model>
<description>This is just a test, Text 1</description>
<price>123.00</price>
</product>
<product id="2">
<brand type="handy">Nokia</brand>
<model>6230</model>
<description>This is just a test, Text 2</description>
<price>213.00</price>
</product>
<product id="3">
<brand type="handy">Siemens</brand>
<model>MC60</model>
<description>This is just a test, Text 3</description>
<price>321.00</price>
</product>
</products> |