将 PHP XSLT 处理器升级到 XSLT 2.0
升级 PHP 库以使用 XSLT 2.0 是否可能/容易?
当前设置:
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Saxon-C 项目为其 XSLT 2.0 实现提供了一个 PHP API。
以下是基本安装过程:
示例代码:
libxslt2 和 libexslt 库仅限于 XSLT 1.0、XPath 1.0 和 EXSLT 支持,用于为PHP。 XML_XSLT2Processor 项目旨在提供升级路径。
以下是基本安装过程:
手动安装
用法
参考
安装 XSLT 处理器
XSLT2Processor 项目新闻
Saxon-C 产品信息
Saxon-C PHP API
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