downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Configuración en tiempo de ejecución> <Requerimientos
[edit] Last updated: Sat, 25 May 2013

view this page in

Instalación

PHP 5 incluye la extensión XSL por defecto y puede ser activada añadiendo el argumento --with-xsl[=DIR] en la línea de configuración. DIR es el directorio donde está instalado libxslt.



add a note add a note User Contributed Notes Instalación - [2 notes]
up
6
Michael
3 years ago
On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.
up
3
bit
3 years ago
If you want to activate this extension on Windows, uncomment ";extension=php_xsl.dll" in your php.ini file, and direct it to its respective folder. e.g. "extension=ext/php_xsl.dll"

 
show source | credits | sitemap | contact | advertising | mirror sites