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?

link|improve this question

78% accept rate
feedback

3 Answers

up vote 0 down vote accepted

As far as I know -- not. The prevailing majority of XPath 2.0 implementations are part of XSLT 2.0 processors or XQuery processors.

link|improve this answer
feedback

According to this 2007 email from the maintainer of libxml2, libxml2 does not, and will not, support XPath 2.0.

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.