sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.
PHP inclut l'extension XSL par défaut et peut être activée en ajoutant
l'argument --with-xsl[=DIR]
à votre ligne de configuration. DIR
est le dossier
d'installation de la bibliothèque libxslt
.
sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.