<?xml version = '1.0' encoding = 'UTF-8'?> <product-list> <product> <sku>1234567</sku> <class>CD Player</class> <manufacturer>Sony</manufacturer> <model>D-F411</model> <weight> <units>g</units> <amount>260</amount> </weight> <image> <small>df-411.gif</small> <large>df-411-large.gif</large> </image> <dimensions> <units>mm</units> <width>133</width> <length>152</length> <height>33</height> </dimensions> <price>159.95</price> <features><ul> <li> <b>SteadySound</b>, The Next Generation Of Skip Protection surpasses Sony's current 20-second Buffer Memory system. </li> <li> <b>Synthesized Digital AM/FM Stereo Tuner</b> precisely locks in the most powerful signal for accurate, drift-free reception. </li> <li> New <b>Compact Design</b> has attractive yet functional styling </li> </ul> </features> </product> </product-list> |