xsltproc
Library providing the Gnome XSLT engine
Install
- All systems
-
curl cmd.cat/xsltproc.sh
- Debian
-
apt-get install xsltproc
- Ubuntu
-
apt-get install xsltproc
- Alpine
-
apk add libxslt
- Arch Linux
-
pacman -S libxslt
- Kali Linux
-
apt-get install xsltproc
- CentOS
-
yum install libxslt
- Fedora
-
dnf install libxslt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xsltproc
- OS X
-
brew install libxslt
- Raspbian
-
apt-get install xsltproc
- Dockerfile
- dockerfile.run/xsltproc
- Docker
-
docker run cmd.cat/xsltproc xsltproc
powered by Commando
libxslt
Library providing the Gnome XSLT engine
xsltproc
XSLT 1.0 command line processor
XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT version 1.0 stylesheets. This package contains a command line tool that facilitates XSLT transformations.