XSLT transformation of JSON as the primary input document (like Saxon offers with -json option)
Posted: Sat Mar 18, 2023 1:58 pm
While oXygen allows me to apply XSLT 3.0 on JSON by using the xsl:initial-template and pass the JSON as a parameter (as described in https://www.oxygenxml.com/doc/versions/ ... nts%2Cxslt) I would like to have also an option to use a JSON document as the primary input, i.e. the global context item and, if there is no initial template given, the initial match selection of an XSLT 3.0 transformation, like Saxon offers that (I think with Saxon 11 and later) using the -json:file.json command line option.
That would allow me to use the same workflow in an oXygen JSON XSLT transformation that I use with Saxon from the command line.
That would allow me to use the same workflow in an oXygen JSON XSLT transformation that I use with Saxon from the command line.