XML As XMLNode in Actionscript/Flex

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-05-27T01:07:51Z Indexed on 2010/05/27 1:11 UTC
Read the original article Hit count: 349

How do I get the root node of an XML object in Actionscript?

One would think that I could say this:

var Node:XMLNode = XMLVar as XMLNode;

But although XMLVar is of type XML, Node will = null.

So how do I do it?

© Stack Overflow or respective owner

Related posts about flex

Related posts about flash