XML Flash Object Q?
XML Flash Object Q?
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- unformatted0
that's because when you use "llevel3.firstChild nodeName" you are still at the node {words}. so to find the value of {words} you have to move to the next child. all text, elements, are "nodes".
so to find the value of {words} llevel3.firstChild.firstChild.no...
make sense?