XML Flash Object Q?
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- phlojonaut0
are you 100% sure about that ?
that's what i tought...
but that's not what is happening for mei can't seam to have a child which has a nodeName and nodeValue at the same time, in Flash
this is my xml file:
I am employed at...
The Government
An Educational Institutionand when i try to get the nodeName of the level3 child, which is the "words" node, it returns "words", which is what i expected it.... but when I try to get the nodeValue of the same child, i get a "null" return
if i try to get the llevel3.firstChild nodeName, that's when i get "null" but the nodeValue of this same node.... is "I am employed at"
so in other words, it looks like within flash, either the nodeName or the nodeValue have to be null.... they can't both have data at the same time...
am I correct here ?