问题描述
可能的重复:
XPath 2.0 和/或XSLT 2.0 可以在 PHP 中实现吗?
我想我使用的是 xpath 1.0,因为我没有 lower-case()
函数.我的 PHP 版本是 5.3.8.如何将 xpath 更新到 2.0 版本?
I think I'm using xpath 1.0 because I don't have the lower-case()
function. My PHP version is 5.3.8. How do I update xpath to the 2.0 version?
推荐答案
遗憾的是没有人将 PHP XPath 库升级到 2.0 版.如果你有很多空闲时间或金钱,你会通过从事这项工作来为社区做出巨大的贡献.如果你没有很多空闲时间或金钱,那么希望你会明白为什么没有其他人接受它.可悲的是,这是自由软件的缺点.通常没有投资.
Unfortunately no-one has upgraded the PHP XPath library to version 2.0. If you have lots of spare time or money, you would to do the community a great service by undertaking this work. If you haven't got lots of spare time or money, then hopefully you will understand why no-one else has taken it on. Sadly, this is the downside to free software; there's often no investment going into it.
这篇关于如何在 PHP 中更新 xpath 的版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!