I've tried to use the XPath 2.0 exp //span/string(.) in libxml2, but it doesn't work.
So, my question is: does libxml2 support XPath 2.0 or not?
| ||||
|
feedback
|
|
As far as I know -- not. The prevailing majority of XPath 2.0 implementations are part of XSLT 2.0 processors or XQuery processors. | |||
|
feedback
|
|
According to this 2007 email from the maintainer of libxml2, libxml2 does not, and will not, support XPath 2.0. | |||
|
feedback
|
|
you might be interested in an XPath 2.0 extension to libxml2 - however, 2 caveats apply: it's work in progress and it's free for non-commercial use only. hope this helps, best regards, carsten ps: i am neither affiliated with the guys working on libx nor have i any personal experience on using it or knowledge beyond the info from their website. | |||
|
feedback
|