LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xml-transform

Apply XSLT stylesheets to XML

TLDR

Apply XSLT transformation
$ xml transform [stylesheet.xsl] [input.xml]
copy
Transform with parameters
$ xml transform --xinclude -p "[param=value]" [stylesheet.xsl] [input.xml]
copy
Output to file
$ xml transform [stylesheet.xsl] [input.xml] > [output.xml]
copy

SYNOPSIS

xml transform [options] stylesheet file

DESCRIPTION

xml transform applies XSLT stylesheets to XML documents. Part of xmlstarlet toolkit. Transforms XML using XSLT 1.0 processor for document conversion and processing.

PARAMETERS

-p, --param name=value

Pass parameter to stylesheet.
-s, --stringparam name=value
Pass string parameter.
--xinclude
Process XInclude.
--html
Input is HTML.
--omit-decl
Omit XML declaration.

INSTALL

sudo dnf install xmlstarlet
copy
sudo pacman -S xmlstarlet
copy
sudo apk add xmlstarlet
copy
sudo zypper install xmlstarlet
copy
brew install xmlstarlet
copy
nix profile install nixpkgs#xmlstarlet
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid