When I try to use XSLT commands in PHP under WIndows VIsta, it throws the next error:
Fatal error: Call to undefined function xslt_create() in ... on line 45
As reading PHP documentation and a few websites, I have uncommented the line "extension=php_xsl.dll" in php.ini and put expat.dll, iconv.dll, js32.dll, libexpat.dll and sablot.dll in system32, php and php\ext folders, but it still doesn't work.
What can I do now ?
Start Free Trial