Answer by Paul Sweatte for Does libxml2 support XPath 2.0 or not?
Libxml2 implements a number of existing standards related to markup languages:the XML standard: http://www.w3.org/TR/REC-xmlNamespaces in XML: http://www.w3.org/TR/REC-xml-names/XML Base:...
View ArticleAnswer by collapsar for Does libxml2 support XPath 2.0 or not?
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, carstenps:i am...
View ArticleAnswer by Kevin Stephens for Does libxml2 support XPath 2.0 or not?
According to this 2007 email from the maintainer of libxml2, libxml2 does not, and will not, support XPath 2.0.
View ArticleAnswer by Dimitre Novatchev for Does libxml2 support XPath 2.0 or not?
As far as I know -- not. The prevailing majority of XPath 2.0 implementations are part of XSLT 2.0 processors or XQuery processors.
View ArticleDoes libxml2 support XPath 2.0 or not?
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?
View Article