Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XPath 2.0 : Open implementations

I find it very difficult to find an XPath 2.0 implementation outside of Saxon.

What are the XPath 2.0 options in other languages ?

Note : This blog post made an interesting summary of the situation in 2007.

like image 304
glmxndr Avatar asked Feb 03 '10 08:02

glmxndr


1 Answers

XPath 2.0 is a subset of XQuery 1.0 so you could look at XQuery 1.0 implementations such as

  • XQilla
  • Zorba
  • MXQuery
  • XmlPrime
  • AltovaXML tools

That is a list of some XQuery 1.0 and/or XPath 2.0 implementations, but not necessarily open source ones.

like image 132
Martin Honnen Avatar answered Oct 21 '22 18:10

Martin Honnen