hey guys,
I want to create a xml node with CDATA, I'm doing in this way:

var temp:XMLNode = doc.createTextNode("<![CDATA[" + obj.screenInputValues[i].value + "]]>");

the issue is that it prints &lt; in the output.
<attr name="learn" id="731">&lt;![CDATA[some text]]&gt;</attr>

any pointer on this,
cheers, Diego.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to