Xml CDATA formating html

Hi there my load of xml goes okay but all html styles as… strong… color
and image dont work

what am I doing wrong

AS:

var mydata:XML = new XML(“data.xml”)
mydata.ignoreWhite = true;
mydata.onLoad = function(success:Boolean) {
cont = mydata.firstChild.firstChild.childNodes
tmptxt = mydata.firstChild.firstChild.childNodes
cont2=tmp.text
};

cnt_txt.html = true;
mydata.load(“data.xml”)


XML

<?xml version=“1.0” encoding=“utf-8” ?>
<content>
<txt><![CDATA<div><img alt="" src="…/Uploads/flashtest/dv-cam.jpg" border=“0” /> This is <strong>BOLD and this <span style=“COLOR: #ff0000”>red</span></strong></div>]]></txt>
</content>