github-actions
released this
23 May 22:28
·
4 commits
to accuracy-feature
since this release
This is a Saxon v10.9 release using decimal-based floating-point and offers half-up rounding as an extension function.
The JAR might be called as Saxon JAR via command-line.
For instance, in the root of the GitHub repository after executing a build via 'mvn clean install' the following might be executed by command line:
(here using Linux file paths from Linux)
java -jar ./target/Saxon-HE-accuracy-10.9.jar -s:src/test/resources/xml/in.xml -xsl:src/test/resources/xsl/test.xsl -o:target/generated-sources/out.xml