PhoenixmlDb.XQuery.Cli
1.4.10
dotnet tool install --global PhoenixmlDb.XQuery.Cli --version 1.4.10
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.10
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixmlDb.XQuery.Cli&version=1.4.10
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.10
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.Xslt 1.4.9, PhoenixmlDb.XQuery 1.4.5, PhoenixmlDb.Core 1.1.9. The xquery CLI's attribute serialization now routes through the shared PhoenixmlDb.Xdm.Serialization.CharacterEscaper, so attribute-value whitespace (tab/newline/carriage-return) is emitted as numeric character references and the CLI output matches the engine library exactly. Picks up the engine-side serialization consolidation (XSLT 1.4.9, XQuery 1.4.5). See RELEASES.md for full notes.