PhoenixmlDb.XQuery.Cli 1.4.7

Additional Details

use the 'xquery4' package - it's the same thing

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global PhoenixmlDb.XQuery.Cli --version 1.4.7
                    
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.7
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixmlDb.XQuery.Cli&version=1.4.7
                    
nuke :add-package PhoenixmlDb.XQuery.Cli --version 1.4.7
                    

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.10 0 6/17/2026
1.4.8 45 6/16/2026
1.4.7 66 6/15/2026 1.4.7 is deprecated.
1.4.5 93 6/10/2026
1.4.1 108 6/2/2026
1.4.0 102 5/24/2026

Aligns the CLIs to the current engine generation: PhoenixmlDb.Xslt 1.4.7, PhoenixmlDb.XQuery 1.4.4, PhoenixmlDb.Core 1.1.8. XSLT: JSON map/array values fed via the XdmSequence transform overload now serialize as JSON (and a top-level JSON array is no longer unwrapped to its first member); deeply-recursive stylesheets raise a catchable error instead of crashing; key() matches attribute/text use-values against string keys; parse-json arrays and indent on JSON/map input fixed. XQuery: numeric operators/aggregates over derived integer types, array:sort collation, SENR0001 for free-standing attributes, and CR/NEL/control-character escaping in xml/html serialization. See RELEASES.md for full notes.