On some linux systems you might be able to simply do this:
sudo apt-get install php5-xsl
or similar.
PHP 5 includes the XSL extension by default and can be enabled by adding the argument --with-xsl[=DIR] to your configure line (DIR being the libxslt installation directory).
On some linux systems you might be able to simply do this:
sudo apt-get install php5-xsl
or similar.
this is very simple, in php directory , look for the ext folder,then look for php_xsl.dll, now open php.ini file and put this in bottom of file,extension=php_xsl.dll