PhoenixmlDb.XQuery.Cli
1.4.7
use the 'xquery4' package - it's the same thing
See the version list below for details.
dotnet tool install --global PhoenixmlDb.XQuery.Cli --version 1.4.7
dotnet new tool-manifest
dotnet tool install --local PhoenixmlDb.XQuery.Cli --version 1.4.7
#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 | 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.
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.