Skip to content

Commit

Permalink
Grammar and URLs (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 21, 2022
1 parent ea44e87 commit 0ec1e5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/xdoc/faq.xml
Expand Up @@ -11,10 +11,10 @@

<section name="What is jaxen?">
<p>
The <code>jaxen</code> project is a Java XPath Engine.
The <code>jaxen</code> project is a Java XPath 1.0 Engine.
<code>jaxen</code> is a universal object model walker, capable of evaluating
XPath expressions across multiple models. Currently supported
are <a href="http://dom4j.org">dom4j</a>, <a href="http://jdom.org">JDOM</a>, and DOM.
are <a href="https://dom4j.github.io/">dom4j</a>, <a href="http://jdom.org">JDOM</a>, and DOM.
</p>
</section>

Expand Down Expand Up @@ -111,7 +111,7 @@
</p>

<p>
The <code>DocumentNavigators</code> provided with <code>jaxen</code> would be used
The <code>DocumentNavigators</code> provided with <code>jaxen</code> can be used
by themselves, without the XPath evaluation engine, to provide univeral
access to many object models for other technologies.
</p>
Expand All @@ -123,7 +123,7 @@
<strong><a href="https://xom.nu/">XOM</a></strong> to provide
easy XPath evaluation directly from your documents. Additionally, it's
being integrated into David Megginson's
<a href="http://newsml-toolkit.sourceforge.net/">NewsML Framework</a>.
<a href="https://newsml-toolkit.sourceforge.net/">NewsML Framework</a>.
Tom Copeland's <a href="https://pmd.github.io/">PMD</a> static code analyzer uses jaxen to query Java code structures using XPath.
</p>
</section>
Expand Down

0 comments on commit 0ec1e5f

Please sign in to comment.