I have a flash 8 app that's reading an XML file. In the file are nodes containing the & character.
When these values are rendered they come out as "&"
How do I stop this?
I have a flash 8 app that's reading an XML file. In the file are nodes containing the & character.
When these values are rendered they come out as "&"
How do I stop this?
Try comparing the output of
childNodes.firstChild
to
childNodes.firstChild.nodeValue