How are you accessing your XML elements? By right, once you have reached
your node, using "theNode.nodeValue" should automatically convert back
the encoded character. If that's not it, please give us some code to
look at.
Dunno about the listbox, sorry.
Tim
[quoted text, click to view] paulr1984 wrote:
> Hi! i'm using xmlsockets to send data between two remote flash applications. If
> one of them sends a message containting apostrophes ('), <, >, etc, it becomes
> URL Encoded. So the examples above become ', <, > respectively. How
> do I convert it back to its simple (non-url-encoded) form? Thanks!
>
> Also, how do I change the color of an item in a listbox? Thanks!