Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar and URLs #153

Merged
merged 1 commit into from Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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