I need to unescape XML characters from inside of XML nodes with the help of only XSLT transformations. I have <text><>and other possible characters</text> and need to get it as valid formatted HTML when I place it inside of the body tag.
I need to unescape XML characters from inside of XML nodes with the help
Share
Note that the output is not guaranteed to be well-formed XML anymore.