From 1a8429a85614f58cfc7a7574ca15cf7f16262e20 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 21 Nov 2022 14:15:19 -0500 Subject: [PATCH] Make clearer XPath 1.0 is sup0orted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b602f7..bfb8f7f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Jaxen XPath Engine for Java -Jaxen is an open source XPath library written in Java. +Jaxen is an open source XPath 1.0 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