Skip to content

v10.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 20:01
· 8 commits to accuracy-feature since this release
v10.5
339327d

This is a Saxon v10.5 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.5.jar -s:src/test/resources/xml/in.xml -xsl:src/test/resources/xsl/test.xsl -o:target/generated-sources/out.xml