• SQL-DBA (1/11/2011)


    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

    Steve,

    Do you mean I need to go into the file and type in [CDATA[... where all HTML appears?

    Amy