XML output in Flash
XML output in Flash
Out of context: Reply #3
- Started
- Last post
- 12 Responses
- anonote0
This is for Engage's sarcasm:
docLength = doc.firstChild.childNodes.length...
for(i=0; i < docLength; i++) {
msg += doc.firstChild.childNodes
[i].attributes.name
msg += doc.firstChild.childNodes
[i].attributes.address
}