<?xml version="1.0"?>
<document url="http://jaxen.org/index.xml">
  <body>
    <title>Jaxen: Java XPath Engine</title>

    <header>
      <p>
      <i>Jaxen</i> is a fast Java engine for <a href="http://www.w3.org/TR/xpath">XPath 1.0</a>
      that works on all XML object models. The following models are currently supported out of the box
      <ul>
      <li><a href="http://www.w3.org/DOM/">DOM</a></li>
      <li><a href="http://dom4j.org">dom4j</a></li>
      <li><a href="http://www.themindelectric.com/products/xml/xml.html">Electric XML</a></li>
      <li><a href="http://jdom.org">JDOM</a></li>
      </ul>
      </p>
    </header>
    
    <section title="News">
      <ul>
      <li>Check out these new <a href="http://dom4j.org/benchmarks/xpath/index.html">Performance Benchmarks</a> comparing dom4j and Jaxen against Xerces and Xalan. 
      </li>
      <li>Sun chooses Jaxen for the XPath engine 
        <a href="http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html">JSTL</a> and 
        <a href="http://java.sun.com/webservices/webservicespack.html">Web Services pack</a>
      </li>
      <li>
        Since the reference implementation of 
        <a href="http://developer.java.sun.com/developer/earlyAccess/xml/jaxm/">JAXM</a>
        is based on <a href="http://dom4j.org">dom4j</a> and Jaxen that means you can use
        Jaxen to query SOAP messages on the Java platform too!
      </li>
      <li>Check out Elliotte Rusty Harolds book chapter on XPath and 
        <a href="http://cafeconleche.org/books/xmljava/chapters/ch16s06.html">Jaxen</a>
      </li>
      <li>Alex Chaffee wrote 
        <a href="http://www.purpletech.com/xpe/">XPath Explorer</a> 
        to help visualize results of XPath expressions.
      </li>
      </ul>
    </section>

    <section title="Getting Started">
      <p>You can download the current $VERSION$ release 
        or a nightly build via the <a href="download.html">download page</a>.</p>

      <p>You could try browsing the
        <a href="faq.html">FAQ</a> or the online 
        <a href="apidocs/index.html">JavaDoc</a>.
      </p>      
      
      <p>Contributors are welcome to join this project. 
        Once you've browsed the <a href="faq.html">FAQ</a> you could try
        sending an email to one of the mailing lists below or check out the
        <a href="http://sourceforge.net/projects/jaxen/">project page</a>.</p>

    </section>

    <section title="Mailing Lists">
      <p>There is a
        <a href="http://lists.sourceforge.net/lists/listinfo/jaxen-interest">
          jaxen-interest
        </a> 
        email list where you can share ideas and experiences, ask for help, 
        give us feedback or discuss your requirements.
      </p>

      <p>You can also browse the <a href="http://www.mail-archive.com/jaxen-interest%40lists.sourceforge.net/">archives</a>.
      </p>
    </section>

  </body>
</document>

