SaxonHE12NetIXslt 12.5.9.5
See the version list below for details.
dotnet tool install --global SaxonHE12NetIXslt --version 12.5.9.5
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local SaxonHE12NetIXslt --version 12.5.9.5
#tool dotnet:?package=SaxonHE12NetIXslt&version=12.5.9.5
nuke :add-package SaxonHE12NetIXslt --version 12.5.9.5
Thin .NET 6/8 console app/dotnet tool around IKVM cross-compiled .NET version of Saxon-HE 12.5 Java, extended with CoffeeSacks 3.2.6 Invisible XML extension
This tool is a .NET 6/8 console app/a dotnet tool providing a thin .NET 6/8 wrapper around an IKVM cross-compiled version of Saxon HE 12.5 Java to perform XSLT 3.0 transformations.
This is one of the sample projects outlining my successful attempt to apply https://github.com/ikvm-revived/ikvm and https://github.com/ikvm-revived/ikvm-maven to use the open-source Saxon HE 12.5 Java XSLT 3.0, XQuery 3.1 and XPath 3.1 library in .NET 6/8 code, in this case additionally adding a also cross-compiled Java library CoffeeSacks 3.2.6 for Invisible XML support.
Please understand that this is my own experiment, it uses the official Saxon HE 12.5 release from Maven, but the integration with IKVM and IKVM Maven is an experimental work of my own, not in any way an officially tested and supported product by Saxonica, the company that has produced Saxon.
Feel free to use to try and use it under the Mozilla Public License 2.0.
The releases can be found later on NuGet.
Understand that this is work in progress and kind of experimental, I don't have access to a complete test suite of unit tests to rigorously test this, I nevertheless feel it can be useful for folks to at least know about this option to run XSLT 3.0 with .NET 6 or later, without depending on the so far commercial only SaxonCS from Saxonica.
Known issues: I have created the project with VS 2022 Community Edition on Windows, apps built that way could be deployed and run successfully under Linux or Mac where the dotnet .NET 6/8 runtime is installed; by now, the latest https://github.com/ikvm-revived/ikvm-maven seems to work on a Mac, so in experiments of your own you should be able to develop and build on Windows and MacOS.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
12.5.9.6-pre2 | 667 | 10/11/2024 |
12.5.9.6-pre1 | 834 | 9/14/2024 |
12.5.9.5 | 2,203 | 9/14/2024 |
12.5.9.4 | 2,018 | 9/13/2024 |
12.5.9.3 | 1,907 | 8/21/2024 |
12.5.9.2-pre1 | 716 | 8/14/2024 |
12.5.9.1 | 2,516 | 7/16/2024 |
12.5.0 | 1,675 | 7/2/2024 |
12.4.8.8 | 2,782 | 4/18/2024 |
12.4.8.8-pre.1 | 199 | 3/28/2024 |
12.4.7.5 | 1,756 | 3/27/2024 |
12.4.3.2 | 2,655 | 11/30/2023 |
12.3.8.7 | 2,567 | 11/10/2023 |
12.3.3.2 | 3,053 | 8/5/2023 |
12.3.3 | 2,489 | 7/30/2023 |
12.2.1 | 1,403 | 5/2/2023 |
12.1.0.3 | 1,333 | 4/15/2023 |
12.1.0.2 | 972 | 4/13/2023 |
12.1.0 | 1,085 | 4/12/2023 |
This is the first release using Saxon HE 12.5 and CoffeeSacks 3.2.6, using the latest releases of IKVM.Maven.Sdk 1.8.2 and IKVM 8.10.2 (using the latest Java 8/1.8 JDK release 422) for .NET 6 and .NET 8