From 0ec1e5f76997667dfa0424e9fbfd7df293068e63 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 21 Nov 2022 14:56:43 -0500 Subject: [PATCH] Grammar and URLs (#153) --- src/site/xdoc/faq.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 01bca150..5f29921b 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -11,10 +11,10 @@

- The jaxen project is a Java XPath Engine. + The jaxen project is a Java XPath 1.0 Engine. jaxen is a universal object model walker, capable of evaluating XPath expressions across multiple models. Currently supported - are dom4j, JDOM, and DOM. + are dom4j, JDOM, and DOM.

@@ -111,7 +111,7 @@

- The DocumentNavigators provided with jaxen would be used + The DocumentNavigators provided with jaxen can be used by themselves, without the XPath evaluation engine, to provide univeral access to many object models for other technologies.

@@ -123,7 +123,7 @@ XOM to provide easy XPath evaluation directly from your documents. Additionally, it's being integrated into David Megginson's - NewsML Framework. + NewsML Framework. Tom Copeland's PMD static code analyzer uses jaxen to query Java code structures using XPath.