XML.toXMLString()
.The long version: check XML.toString() on the livedocs.
For all those secrets in Flex, those that aren't known, those that aren't published, or those that are just hard to find for some unknown reason, like percentWidth.
XML.toXMLString()
.
1 comment:
Also, if your xml consists of a single empty node, toString will return an empty string.
Examples:
<mynode type="mytype" />
<mynode type="mytype"></mynode>
Sometimes makes me want to scream.
Post a Comment