
Originally Posted by
narender_raul
Hi,
I am try get/parsing data from xml file.
Example:
<abc>
<as flash="1" mx="1" cs4="1"/>
<as flash="2" mx="2" cs4="2">
<as flash="3" mx="3" cs4="3">
</abc>
<qzx>
<qw cs="N" vs="w" tr="t"/>
<qw cs="q" vs="y" tr="r"/>
</qzx>
<urx>
<op ju="1" bf="1" yt="1"/>
<op ju="2" bf="2" yt="2"/>
</urx>
<ijk>
<ip yh="abc" fg="1"/>
<ip kl="ak" dv="2"/>
</ijk>
When the XML has been loaded, i want to check how many childNodes and
parse the data in fields. And one by one and get the specific node
data in flashlite 3.
Thanks
Narender