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?