How to unescape XML characters with help of XSLT?

前端 未结 4 444
日久生厌
日久生厌 2020-12-01 09:26

I need to unescape XML characters from inside of XML nodes with the help of only XSLT transformations. I have <>and other possible characters

4条回答
  •  春和景丽
    2020-12-01 10:21

    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.

提交回复
热议问题