Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I update the version of xpath in PHP? [duplicate]

Tags:

php

xml

xpath

Possible Duplicate:
Will XPath 2.0 and/or XSLT 2.0 be implemented in PHP?

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?

like image 337
Jürgen Paul Avatar asked Jun 13 '12 20:06

Jürgen Paul


1 Answers

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.

like image 166
Michael Kay Avatar answered Oct 21 '22 10:10

Michael Kay