sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.
PHP には、デフォルトでXSL拡張モジュールが含まれており、
configureに引数--with-xsl[=DIR]
を追加することにより有効にすることができます
(DIR
は libxslt をインストールしたディレクトリです)。
sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.