v10.3-beta.2 release
Pre-release
Pre-release
This is a pre-release to test the decimal-based floating-point Saxon 10.3 in the wild.
The JAR might be called as Saxon 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 file paths from Windows)
java -jar .\target\Saxon-HE-decimal-based-10.3-beta2.jar -s:src\test\resources\xml\in.xml -xsl:src\test\resources\xsl\test.xsl -o:target\generated-sources\out.xml
NEW:
- Added a new round-half-up function as an integrated extension function of Saxon.