bramstein / xsltjson

XSLTJSON - Convert XML to JSON using XSLT
http://www.bramstein.com/projects/xsltjson/
307 stars 94 forks source link

Json To Xml supported? #12

Open angelorlcosta opened 7 years ago

angelorlcosta commented 7 years ago

Hello,

This is not exactly an issue it's more like a question. But here it goes.

I found your library on the internet today and it's really useful to convert Xml to Json. Works pretty well. Thanks for that.

Now i'm trying to do the opposite, convert Json to Xml. Does your implementation also support this? Any idea on how to do it without any Java code?

Thanks in advance, Ângelo Costa

javadev commented 3 years ago

Underscore-java has a static method U.jsonToXml(jsonstring).