PhoenixmlDb.Xslt.Cli 1.4.5

dotnet tool install --global PhoenixmlDb.Xslt.Cli --version 1.4.5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local PhoenixmlDb.Xslt.Cli --version 1.4.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixmlDb.Xslt.Cli&version=1.4.5
                    
nuke :add-package PhoenixmlDb.Xslt.Cli --version 1.4.5
                    

Command-line XSLT 3.0/4.0 processor for transforming XML documents

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.4.5 0 6/10/2026
1.4.1 97 6/2/2026
1.4.0 98 5/24/2026

Aligns the CLIs to the current engine generation: PhoenixmlDb.XQuery 1.4.1 → 1.4.3 and PhoenixmlDb.Xslt 1.4.1 → 1.4.5 (with PhoenixmlDb.Core 1.1.7). XPath/XSLT 4.0 maps now iterate in entry/insertion order as a structural guarantee — xsl:map, map constructors, records, JSON-object maps, and map:put all preserve position. Also includes the variadic-arity resolution fix (array:slice, fn:slice, array:build, map:build, fn:highest, fn:lowest, ft:thesaurus-lookup now resolve across their full arity range). See RELEASES.md for full notes.