Skip to content
Elliotte Rusty Harold edited this page May 17, 2015 · 3 revisions

Jaxen is an open source XPath library written in Java. It is adaptable to many different object models, including DOM, XOM, dom4j, and JDOM. Is it also possible to write adapters that treat non-XML trees such as compiled Java byte code or Java beans as XML, thus enabling you to query these trees with XPath too.

Due to the recent Codehaus shutdown, development is a bit confused right now. However the official repository is here at github. The current version is 1.1.6.

The official site is, at least temporarily, http://www.cafeconleche.org/jaxen

Clone this wiki locally