How to unescape XML characters with help of XSLT?
- by Artic
I need to unescape xml characters from inside of XML nodes with help only XSLT transformation . I have <text><>and oyher possible characters</text> and need to get it as valid formatted html when i placed it inside of body tag..