HTML Attributes showing in flash

Hey guys.

I have a problem that im out of solutions for solving.
I have done it before and it worked but now it just will not work.

In the xml I have:

[COLOR=“Red”]<![CDATA[ <a href=“http://www.link.com” target="_blank"> View Creation </a> ]]>[/COLOR]

and in flash I have a dynamic textfield that has the following:

[COLOR=“Blue”]multiline[/COLOR] (Check)
[COLOR=“blue”]fonts embedded[/COLOR] (Check)
[COLOR=“blue”]render as html[/COLOR] (Check)
[COLOR=“blue”]field.htmlText = true;[/COLOR] (Check)
[COLOR=“blue”]field.htmlText = xml.txt.text();[/COLOR] (Check)

Everything is fine but when i export movie i get this:

<a href=“http://www.link.com” target="_blank"> View Creation </a>

Can anyone help me???
PLEEEEEEASE!