Hello,
I'm using SOAP services that generate XML result.
I need to feed a Flex dynamic list with the XML result.
I try to use the XMLCollection AS object and I display it in a
DataGrid. But I've got some problems.
I've got multiple lines in XML result like this:
<data>
First line
Second line
Third line
</data>
When I display it in a DataGrid row, I see that:
First line§backlineSecond line§backlineThird line
And I've got other character encoding problems.
How can I encode my character strings?
Thanks