PhoenixmlDb.XQuery.Cli
1.4.5
dotnet tool install --global PhoenixmlDb.XQuery.Cli --version 1.4.5
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local PhoenixmlDb.XQuery.Cli --version 1.4.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixmlDb.XQuery.Cli&version=1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package PhoenixmlDb.XQuery.Cli --version 1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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.