PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi there,
I am using similar code to do an Xpath Query through XMLDOM
However, whenever I try and use the Xpath function:
lower-case
as listed as: http://www.w3schools.com/xpath/xpath_functions.asp
I get an error about the function.
Are all the xpath functions supported by PHP 5?
e.g:
Yeah seems like your right.
I'm using:
libxml Version 2.6.26 (latest is 2.6.27 on that site).
It appears that 2.6.27 still only provides Xpath 1.0 functionality.
Is there anyway in which I could obtain XPath 2.0 functionality through php or some other work around for this lower-case matching problem?