How to Install xsltproc in Ubuntu 18.04



Install xsltproc by entering the following commands in the terminal:

sudo apt update
sudo apt install xsltproc

Description:

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.

Homepage: http://xmlsoft.org/xslt/

Version: 1.1.29-5

Section: text