Does libxml2 support XPath 2.0 or not?

前端 未结 4 1099
梦毁少年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:37

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

提交回复
热议问题