java-jaxen
XPath library
Jaxen is an XPath library written in Java. It is adaptable to many different object models, including DOM, XOM, dom4j, and JDOM. It is 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.
- Versions: 1.1.6
- Website: https://github.com/jaxen-xpath/jaxen
- Licenses: Modified BSD
- Package source: gnu/packages/java-xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-jaxen
as follows:
guix install java-jaxen
Or install a particular version:
guix install java-jaxen@1.1.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of java-jaxen about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-jaxen'><img src='https://packages.guix.gnu.org/packages/java-jaxen/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/java-jaxen)
Example Org:
[[https://packages.guix.gnu.org/packages/java-jaxen][https://packages.guix.gnu.org/packages/java-jaxen/badges/latest-version.svg]]