flash xml
flash xml
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- sixfngers0
depends if the xml is a node or not.
if its an attribute then its a string automatically otherwise you need to read the value of the node with nodeValuei.e. firstChild.firstChild.nodeValue returns value of node
firstChild.firstChild. returns xmlNode but both look the same