• XML is not going to work with HTML as content unless you enclose it with CDATA tags, like so...

    <Content>

    <![CDATA[

    <div id="contentcenter">

    <p>Perform a <b>hardware</b> check with the utility to assure the quality of the system driver, etc., etc.</p>

    </div>

    ]]>

    </Content>

    Steve