Why doesn't libxml2 support XPath 2.0?

Posted by Peter Krauss on Programmers See other posts from Programmers or by Peter Krauss
Published on 2013-07-21T14:07:40Z Indexed on 2014/08/20 16:35 UTC
Read the original article Hit count: 284

Filed under:
|
|

Libxml2 is the faster, stable and most popular "open DOM engine"... And the "XML C parser and toolkit of Gnome". The initial release of Libxml2 was September 1999, 13 years ago. XPath v1.0 was also released at 1999. XPath v2.0 became a recommendation on January 2007, 6 years ago.

We can suppose that the Libxml2 community have time and people to develop a XPath2... So, what is the problem? Why doesn't libxml2 (or a "libxml2 fork" or an "experimental lib"!) support XPath 2.0?

Some raised hypotheses to discussion at answers,

  1. Because Libxml2 community (and Gnome community) dislikes and have no motivation to develop something to XPath2 or xQuery.

    1.1. XPath2 needs (by mathematical proof) a very heavy parser, much slower, etc. that is not suitable to real-world Libxml2 applications.

    1.2. Other "ideologic" dislikes/motivations.

  2. Because it is written with C, and for XPath2 is better to develop with C++.

  3. Because the above hypothesis of "Libxml2 community have time and people" is false.

  4. Because XPath2 became stable in 2010 with its "Second Edition" release, and ~2.5 years is not (?) enough time.

© Programmers or respective owner

Related posts about libraries

Related posts about Xml