Generate XSLT for XML-to-JSON based on schema.json

Are you missing a feature? Request its implementation here.
Fiona Chen
Posts: 17
Joined: Fri Aug 21, 2020 5:40 pm

Generate XSLT for XML-to-JSON based on schema.json

Post by Fiona Chen »

Hello:
I am not sure if this feature is available in Oxygen:

Can such XSLT be generated for XML-to-JSON based on JSON schema constructs?

There is

Code: Select all

Tools
to transform XML to JSON but not generate XSLT?

Cheers!
tavy
Posts: 364
Joined: Thu Jul 01, 2004 12:29 pm

Re: Generate XSLT for XML-to-JSON based on schema.json

Post by tavy »

Hello,

For the XML-to-JSON conversion we do not use XSLT. We use the json.org library. Therefore, we cannot generate an XSLT for this conversion.

Best Regards,
Octavian
Octavian Nadolu
<oXygen/> XML Editor
http://www.oxygenxml.com
Fiona Chen
Posts: 17
Joined: Fri Aug 21, 2020 5:40 pm

Re: Generate XSLT for XML-to-JSON based on schema.json

Post by Fiona Chen »

Thank you!
I do utilise XSLT 3.0 to convert XML to JSON.
We have Spring framework which plugin the json.org to transform all kinds of data format to JSON.
So I am evaluating new options...
Post Reply