J
Jim Bancroft
Hi everyone,
I receive XML documents which sometimes have HTML in the element
content. When performing XSL transformations the HTML text is escaped,
which affects us when we eventually display it in a browser.
I understand there's a "disable-output-escaping" attribute that can be
used in <xsl:value-of> elements, but is there way to do the same thing
across the entire XML document, by default, without having to modify
individual XSL tags?
Thanks for your advice.
-Jim
I receive XML documents which sometimes have HTML in the element
content. When performing XSL transformations the HTML text is escaped,
which affects us when we eventually display it in a browser.
I understand there's a "disable-output-escaping" attribute that can be
used in <xsl:value-of> elements, but is there way to do the same thing
across the entire XML document, by default, without having to modify
individual XSL tags?
Thanks for your advice.
-Jim