How can you tell if an XMLlist object in AS3 contains a node?

Posted by Dimitree on Stack Overflow See other posts from Stack Overflow or by Dimitree
Published on 2010-03-17T10:44:32Z Indexed on 2010/03/17 11:21 UTC
Read the original article Hit count: 284

Filed under:
|
|

How can you tell if an XMLlist object in AS3 contains a specific node? For ex: you have this XML file

<items> <item>one</items> </items>

And want to check if in this file exists a child with tag ?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about as3