sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.
Die Erweiterung XSL ist seit PHP 5 in der Distribution enthalten und kann über die Option --with-xsl[=DIR] in Ihrer Build-Konfiguration aktiviert werden. Dabei steht DIR für das Installationsverzeichnis der libxslt-Bibliothek.
sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.