/*-------------------------------------------------------------------------
jConX java Configuration for Xml library
$Date: 2002/10/19 $

@author: Filippo Diotalevi <filipd@libero.it>

http://jconx.sourceforge.net/

Please report bugs to filipd@libero.it. Thank you.

Copyright (c) 2002 Filippo Diotalevi <filipd@libero.it>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-------------------------------------------------------------------------*/

*******************************************

"jConX: Installing Tutorial"
A few notes before using jConX

By Filippo Diotalevi <filipd@libero.it>
version 0.1
23th October 2002

*******************************************

jConX is a java library designed for developers. So, as you are a developer,
don't expect this file to explain much details...

jConX consists in a single jar file, called jconx_X_X.jar, where X_X stands for the version
number; it contains both java and class files.

If you want to use this package's classes you must have some other packages in
your classpath; developing it i used the JAXP Reference Implementation provided by SUn in
its 'Java Xml Pack Summer 02' (search it in java.sun.com) , which contains all
libraries you need to use jconx...
Let me know if you use other implementations, and how this other stuff works!
I had no problems with Sun implementation.

In particular, only 4 of 6 packages contained in Jaxp Sun implementation are strictly mandatory;
they are:
dom.jar
jaxp-api.jar
xercesImpl.jar
sax.jar

So add this packages in your classpath and all should work well...

Enjoy jConX! Regards,
Filippo Diotalevi <filipd@libero.it>