Flash: xml->array
Flash: xml->array
Out of context: Reply #4
- Started
- Last post
- 27 Responses
- quoo0
just... instead of using all those firstChild.firstChild.firstchild do
path = firstChild.firstchild.firstChild... or however many you need, then you can do path.firstChild instead of writing all that stuff out, it's a little overwhelming to look at;) you can do the same for childNodes, assign it to an array first, then resuse that array.