Does libxml2 support XPath 2.0 or not?

前端 未结 4 1082
梦毁少年i
梦毁少年i 2020-12-17 18:07

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

4条回答
  •  自闭症患者
    2020-12-17 18:36

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

提交回复
热议问题