Did anyone get successful to use this command line sample? with a hardcoded json string as below command from this link posted by Michael Kay (founder of Saxonica):
java -cp Saxon-HE-9.7.0-18.jar net.sf.saxon.Query -t -qs:"json-to-xml('{\"x\":1}')" -o:output:some.xml
I continuously got follow error with even PE/EE:
- Saxon-HE 9.7.0.18J from Saxonica
- Java version 1.7.0_79 Analyzing query from {json-to-xml('{"x":1}')}
- Static error on line 1 at column 1 in {json-to-xml('{"x":1}')}
- XPST0017: System function json-to-xml#1 is not available with this host-language/version/license Static error(s) in query
Can anyone help?