XSLT in custom PHP build

XSLT in custom PHP build

Posted by: voipfc
Posted on: 2009-02-20 04:52:00

I used the http://wiki.dreamhost.com/index.php/Installing_PHP5 to compile my PHP and enabled XSLT support with --with-xslt as per the php documentation.

But some php routines are not working, switching back to the Dreamhost version shows that their XSLT used Sablotron, and it make me wonder whether the native PHP XSLT is adequate.

Are there some test to show whether the native XSLT is running properly.

PHP docs state that XSL is built in and only needs enabling, but are they good enough?

Re: XSLT in custom PHP build

Posted by: sXi
Posted on: 2009-02-20 18:34:00

--with-xsl \

PHP5 uses the libxslt processor out-of-the-box. It might be a case that the "some php functions" you're trying to use are reliant upon sablotron scheme handlers.




How To Install PHP.INI / ionCube on DreamHost

Tags: php documentationphp5xsltxslyoga