escaped XML string ---> XML?

Hi all,

I've got some search query returning from an httprequest and when I parse out the responseXML, it seems to be a single <string> tag surrounding a bunch of escaped XML.

I need well-formed XML tags.

Does anyone know of a good method for doing this




Answer this question

escaped XML string ---> XML?

  • PB_SQL

    I was able to use RegEx to run through the content and parse back into well-formed xml... for those interested.

  • escaped XML string ---> XML?