Is it possible to get specific node's children in XML AS3 Flash
Posted
by Mirage
on Stack Overflow
See other posts from Stack Overflow
or by Mirage
Published on 2010-06-01T06:54:16Z
Indexed on
2010/06/01
7:43 UTC
Read the original article
Hit count: 156
Xml
|actionscript-3
I have xml files with many children and then further more children.
like
<level1>
<child id=1 > <nodes....> </child1>
<child id=2 > <nodes....> </child1>
<child id=3 > <nodes....> </child1>
<child id=4 > <nodes....> </child1>
</level1>
Is it possible to get the children nodes of child with id = 1 in AS3
© Stack Overflow or respective owner