Xsl.Transformer
3.0.0
dotnet tool install --global Xsl.Transformer --version 3.0.0
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 Xsl.Transformer --version 3.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Xsl.Transformer&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Xsl.Transformer --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XSL Transformer CLI
This little CLI tool transforms XML files using XSLT templates.
Installation
dotnet tool install --global Xsl.Transformer
Usage
USAGE:
xslt [OPTIONS] <COMMAND>
EXAMPLES:
xslt transform data.xml -o transformed.html
xslt transform data.xml -t template.xslt -o transformed.html
xslt transform data.xml --template template.xslt --output transformed.html
OPTIONS:
-h, --help Prints help information
COMMANDS:
transform <input> Transforms a given data file (usually in .XML format, e.g an IIS failed request log file) into
a human or browser readable file (e.g HTML, XLS, etc.).
You can control the template by either using one of the available flags or by setting an
environment variable in your system.
Just set the environment variable XSLT_TEMPLATE_PATH on machine level to be the full path to
the template file
Credits
This project utilizes the following open-source libraries, please star them on Github and contribute to them, if able to:
- Spectre.Console: A .NET library that makes it easier to create beautiful console applications.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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.