Trying to parse some XML (over which I have no control!)
In C# I would do something like:
XmlNodeList xnList = xml.SelectNodes("/Names/Name[@type='M']");
Can this be done in AS3?
|
Trying to parse some XML (over which I have no control!) In C# I would do something like:
Can this be done in AS3? |
||||
|
|
short answer, yes:
longer version:
There's a pretty good E4X tutorial on the Yahoo Developer Network. HTH |
|||||||||
|