mrglavas 73c3555309 Fixing a compile and runtime dependency on JDK 1.4.
Prior to JDK 1.4 the exception chaining mechanism didn't
exist. If we're on JDK 1.4 we'll now call Throwable.initCause
by reflection, otherwise we just keep a local copy of the
chained exception. Added a readObject method so
that instances of this class can be serialized/deserialized
between JDK 1.4+ and JDK 1.3 (and below).


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226209 13f79535-47bb-0310-9956-ffa450edef68
2005-06-03 18:51:21 +00:00
..
2003-09-05 00:34:07 +00:00
2005-04-08 11:05:08 +00:00

xml-commons/java/external/README.sax.txt $Id$


HEAR YE, HEAR YE!


All of the .java software and associated documentation about 
SAX in this repository are distributed freely in the 
public domain.


LICENSE.sax.txt covers all software and documentation from the 
megginson.com including the following in the xml-commons project:

    xml-commons/java/external/src/org/xml/sax
      and all subdirectories
    xml-commons/java/external/xdocs/sax
      and all subdirectories


The actual SAX classes in xml-commons came from: 
    http://www.megginson.com/Software/index.html
	The original versions are tagged 'SAX-2_0-r2-prerelease'