Jaxup version 1.01
-----------------------

Eclipse 2 version 3.0 (build M2) was used to create this release.
It can be downloaded from www.eclipse.org

To export a jar file, make sure that the project is build and right-click
on the export.jardesc file and select "Create JAR". This will create
c:\temp\jaxup-1.01.jar
To create the jar in some other location, select "Open JAR packager" and
select a different export destination.


Jaxup depends upon the Jaxen XPath engine and the SAXPath parser,
which are located in the lib/ directory and are named:

        jaxen-full-1.0-FCS.jar
        saxpath.jar

You will also need the supporting jar for the object model that will be used:
xerces.jar, jdom.jar, EXML.jar and/or dom4j-core.jar. The versions of these
libraries are the same versions used in the jaxen-1.0-FCS release.

An important feature is the test framework. 
By starting the org.jaxup.tests.TestDriver class, all tests defined in 
tests/tests.xml will run. In Eclipse, select the TestDriver.java file
in the package explorer or the navigator, then select from the menu 
'Run->Run As->Java Application'.

	Erwin Bolwidt
	erwin@klomp.org
	6 august 2003