In actionscript 3, when trying to load an XML file like
<Element><Property> a </Property></Element>
the value in the node "property" will be just "a", trailing and leading whitespaces are removed.
I did what http://bugs.adobe.com/jira/browse/ASC-3125 recomends, with no success. Any ideas?