Does libxml2 support XPath 2.0 or not?

Viewed 3821

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?

4 Answers
Related