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 < in the output. <attr name="learn" id="731"><![CDATA[some text]]></attr> any pointer on this, cheers, Diego. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

