PhoenixmlDb.Xslt.Cli
1.4.0
dotnet tool install --global PhoenixmlDb.Xslt.Cli --version 1.4.0
dotnet new tool-manifest
dotnet tool install --local PhoenixmlDb.Xslt.Cli --version 1.4.0
#tool dotnet:?package=PhoenixmlDb.Xslt.Cli&version=1.4.0
nuke :add-package PhoenixmlDb.Xslt.Cli --version 1.4.0
Command-line XSLT 3.0/4.0 processor for transforming XML documents
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.0 | 80 | 5/24/2026 |
Major engine refresh — first CLI release with the modern PhoenixmlDb engine. Bumps PhoenixmlDb.Core 1.0.13 → 1.1.5, PhoenixmlDb.XQuery 1.0.17 → 1.4.0, PhoenixmlDb.Xslt 1.0.15 → 1.3.22. CLI users now have: schema-aware element construction (declare construction preserve|strip semantics, XQTY0086 enforcement), Martin Honnen's TransformAsync(XdmSequence) JSON-chaining fix, the XsTypedInteger fn-abs/floor/ceiling/round fix, full source-location coverage (LSP-ready), streaming xsl:merge runtime, JSON serializer conformance, and 100+ engine fixes since the 1.0.x line. CLI itself gains --param external-variable binding (xquery) and --timing now reports peak working set + total managed allocations (both tools). See RELEASES.md for full notes. CLI version aligned to engine version per single-source-of-truth convention.