Answered
& in XML
This is an offshoot question from
this
post, for which the original question was answered. Thanks for
the help, Rothrock.
Anyway, the new problem in my AS3 project is that my XML requires a tag to contain an ampersand. Flash, being a slave to the All-Powerful Ampersand, only seems to be able to spit out the code &. I've done some research on this, but haven't found a workable answer for how to force an XML node to contain an ampersand. nodeValue doesn't appear to work as it did in AS2.
This is what I need to encode in my tag: <mytag>Line One of Text Line Two of Text</mytag>
The destination program must have the line feed in this format ( ).
Any thoughts?
Thanks... these boards are invaluable...
-SyddyS
Anyway, the new problem in my AS3 project is that my XML requires a tag to contain an ampersand. Flash, being a slave to the All-Powerful Ampersand, only seems to be able to spit out the code &. I've done some research on this, but haven't found a workable answer for how to force an XML node to contain an ampersand. nodeValue doesn't appear to work as it did in AS2.
This is what I need to encode in my tag: <mytag>Line One of Text Line Two of Text</mytag>
The destination program must have the line feed in this format ( ).
Any thoughts?
Thanks... these boards are invaluable...
-SyddyS
