                   XML Im-/Exporter INSTALLATION

1.) Make shure you have properly installed Java1.4.1 or later (1.4.1
    fixed many bugs...)
1b) If you have Java1.3 installed, you must also have a JAXP compatible 
    XML parser installed (and added to you class path). I recommend Xerces
    (http://xml.apache.org/xerces2-j/index.html).
2.) Add "XML Im-/Exporter" jar to you class path. It can be found in
    lib/xml-im-exporter1_0b1.jar. If you want to run the examples you will also
    need the dot (".") for the current directory in your classpath.
3.) To rebuild "XML Im-/Exporter" you will have to install and run ANT
    (http://jakarta.apache.org/ant/index.html).
    There is a build.xml for ANT that will be used when you call ANT
    in "XML Im-/Exporter" directory.
4.) Documentation in HTML format is available in the 'doc' directory.
5.) If you want to run the JUnit tests, add junit jar from lib/extern to ANT's
    lib directory or to your classpath. Running the junit tests requires
    at least ANT version 1.5. Call ant using "ant test".

                              COPYRIGHT

XML Im-/Exporter: Copyright 2002-2003, Oliver Zeigermann (oliver@zeigermann.de)

For copying permission see "Copying.txt" in this directory.
