Hi,

I'm developing a site which gets it's XML from a web method using GET, however all the angled brackets get changed to & lt; & gt; as you might expect. I want to display this HTML in a dynamic text field.

What's the best way to parse the XML characters into HTML that Flash will understand - I've been reading a bit about CDATA, is this the way to go?

Thanks in advance