Chuck Anderson schreef:
> I can tell I'm not alone in my confusion, as I've been using Google to
> find a solution to this problem and all I can find is the same question,
> but no solution.
>
> I am running Php 5.25 (Windows binary from php.net) as an Apache 2.0.55
> module on Windows XP.
>
> I have enabled the xsl extension - php_xsl.dll - in php.ini and indeed,
> when I look at phpinfo I see all the needed libraries (i.e., DOM/XML,
> libXML, XSL, libxslt) are enabled.
>
> Yet, if I try to call xslt_create(), I get:
> "Fatal error: Call to undefined function xslt_create() in ....."
>
> Any idea what I need to do to get this working?
>
By looking at the manual:
http://www.php.net/xsl
XSL in PHP5 has been implemented in the XSLTProcessor class...
JW