I have external script result in my XSL template, contains escaped html special characters. How I can unescape it with XSLT and output it to final document?
I have already escaped result, disable-output-escaping="yes" can’t help me.
For example (result from external script):
<!--376473658726587-->
<a href="/">some text</a>
This transformation:
when applied on this XML document (you failed to provide one !!!):
produces the wanted, correct result: