PhoenixmlDb.XQuery.Cli 1.4.1

dotnet tool install --global PhoenixmlDb.XQuery.Cli --version 1.4.1
                    
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.XQuery.Cli --version 1.4.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixmlDb.XQuery.Cli&version=1.4.1
                    
nuke :add-package PhoenixmlDb.XQuery.Cli --version 1.4.1
                    

Command-line XQuery processor for XML files, directories, and URLs

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.1 77 6/2/2026
1.4.0 91 5/24/2026

Catch-up release aligning CLIs to current engine generation. Bumps PhoenixmlDb.XQuery 1.4.0 → 1.4.1 (QT3 production sweep + EQName parser + collation/comparison fixes) and PhoenixmlDb.Xslt 1.3.22 → 1.4.1, which includes: W3C XSLT 3.0 streaming conformance jump from 71.3% to 80.5% (1898/2358 tests, 36+ sets at 100%), incremental streaming output (TransformAsync(XmlReader,TextWriter) and TransformAsync(Stream,TextWriter)) cutting peak working-set ~270x for streamed identity transforms, broad streaming for-each support inside xsl:source-document, and the 1.4.1 hotfix for Blazor WebAssembly DocBook XSLT (fn:transform + HttpImportPreloader honour PreloadedResources). See RELEASES.md for full notes.