How to avoid XML content using XSL to safely output it as JSON?

How to avoid XML content using XSL to safely output it as JSON?

+4
source share
1 answer

Sorry, I myself found the answer on Google (literally):

http://code.google.com/p/xml2json-xslt/

+4
source

Source: https://habr.com/ru/post/1276646/


All Articles