Is it possible/easy to upgrade PHP's library to use XSLT 2.0?
Current set up:
xsl
XSL enabled
libxslt Version 1.1.24
libxslt compiled against libxml Version 2.6.32
EXSLT enabled
libexslt Version 1.1.24
Is it possible/easy to upgrade PHP's library to use XSLT 2.0?
Current set up:
xsl
XSL enabled
libxslt Version 1.1.24
libxslt compiled against libxml Version 2.6.32
EXSLT enabled
libexslt Version 1.1.24
The Saxon-C project provides a PHP API for its XSLT 2.0 implementation.
Here is the basic installation process:
Example code:
The libxslt2 and libexslt libraries, which are limited to XSLT 1.0, XPath 1.0, and EXSLT support, are used to provide the default XSLT processor for PHP. The XML_XSLT2Processor project is intended to provide an upgrade path.
Here is the basic installation process:
Manual installation
Usage
References
Installing an XSLT Processor
XSLT2Processor Project News
Saxon-C Product Information
Saxon-C PHP API