I'm using XAMPP Server 1.7.7
While opening the php file, i receive the error
Fatal error: Class 'XSLTProcessor' not found
Fatal error: Class 'XSLTProcessor'
Install the XSL extension to get that class. This might be as easy as uncommenting (remove the starting ';') on the line that reads extension=php_xsl.dll in php.ini on Windows, or apt-get install php5-xsl on most Linux-based systems. For custom builds of PHP, use configure option --with-xsl (requires package libxslt1-dev).
extension=php_xsl.dll
apt-get install php5-xsl
--with-xsl
1.4m articles
1.4m replys
5 comments
57.0k users