Example 12-27: Results of quoting the XML markup for product features

<?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>&#60;ul>
        &#60;li>
          &#60;b>SteadySound&#60;/b>, The Next Generation Of Skip Protection surpasses
          Sony's current 20-second Buffer Memory system.
        &#60;/li>
        &#60;li>
          &#60;b>Synthesized Digital AM/FM Stereo Tuner&#60;/b> precisely locks in the
          most powerful signal for accurate, drift-free reception.
        &#60;/li>
        &#60;li>
          New &#60;b>Compact Design&#60;/b> has attractive yet functional styling
        &#60;/li>
      &#60;/ul>
</features>
  </product>
</product-list>