I need to unescape XML characters from inside of XML nodes with the help of only XSLT transformations. I have <>and other possible characters
<>and other possible characters
I haven't found an answer to this question. So I came to the conclusion that this is no way to do this. I found workaround for this problem, unescaping file on server side.