Unescape XML string?

Hello all,

I’m just learning some XML basics, and I’m having a small problem…

Some of my XML data includes apostrophes, quotes, etc. When I view it in my movie, Flash automatically converts the characters to url encoded. I’d like to swap them back to regular characters. I thought unescape(txt); would work, but no such luck.

Is there a special way to do this with XML data?