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.