Merrill, Jason skriver:
var kids = xmlData.children(); // gets me the CDATA content without the<![CDATA[ 
or ]]>
var kidscdata:String = kids[0].toString();

That seems unnecessary unless I don't understand your question.  Wouldn't  var 
kids:String = theXMLNode.text() work?

The text method returns an XMLList just like the children method. It just is limited to the text nodes.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to