xslt 1.1.0.21
dotnet tool install --global xslt --version 1.1.0.21
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local xslt --version 1.1.0.21
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=xslt&version=1.1.0.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package xslt --version 1.1.0.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
xslt
Command-line XSLT 3.0/4.0 processor for .NET. Transform XML documents from the terminal using the PhoenixmlDb XSLT engine.
Installation
dotnet tool install -g xslt
Usage
# Transform XML with a stylesheet
xslt stylesheet.xsl input.xml
# Write output to a file
xslt -o result.html report.xsl data.xml
# Start from a named template (no source needed)
xslt -it main generate.xsl
# Pass parameters
xslt -p year=2026 -p title="Report" style.xsl data.xml
# Read source from stdin
cat data.xml | xslt transform.xsl
# Show timing breakdown
xslt --timing style.xsl large-input.xml
# Validate a stylesheet without running
xslt --dry-run style.xsl
# Stream large files (lower memory)
xslt --stream style.xsl large-input.xml
Features
- XSLT 3.0/4.0 — packages, streaming, maps/arrays, higher-order functions, JSON output
- Multiple output methods — XML, HTML, XHTML, text, JSON, adaptive
- Streaming — process large files without loading into memory
- xsl:result-document — generate multiple output files in one transform
- Parameters — pass values from the command line
- Timing — built-in performance profiling
- Tracing — log template matching, function calls, and built-in rules
Documentation
Full documentation at phoenixml.dev
License
Apache-2.0
| 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.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.0.21 | 61 | 3/31/2026 |
| 1.1.0.16 | 53 | 3/29/2026 |
| 1.1.0.15 | 49 | 3/29/2026 |
| 1.1.0.12 | 63 | 3/28/2026 |
| 1.1.0.11 | 59 | 3/28/2026 |
| 1.1.0.10 | 53 | 3/27/2026 |
| 1.1.0.9 | 45 | 3/27/2026 |
| 1.1.0.8 | 45 | 3/27/2026 |
| 1.0.47 | 43 | 3/27/2026 |
| 1.0.46 | 40 | 3/27/2026 |
| 1.0.45 | 36 | 3/27/2026 |
| 1.0.44 | 33 | 3/27/2026 |
| 1.0.43 | 36 | 3/27/2026 |
| 1.0.42 | 35 | 3/27/2026 |
| 1.0.41 | 38 | 3/27/2026 |
| 1.0.40 | 40 | 3/26/2026 |
| 1.0.39 | 42 | 3/26/2026 |
| 1.0.38 | 37 | 3/26/2026 |
| 1.0.37 | 33 | 3/26/2026 |
| 1.0.36 | 46 | 3/25/2026 |
Loading failed