Upgrading to sax 2.0.1 (sax2r2) from http://sourceforge.net/projects/sax/ as per Edwin Goei.
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
54
java/external/README-sax
vendored
54
java/external/README-sax
vendored
@@ -1,34 +1,36 @@
|
||||
SAX 2.0 r2 prerelease
|
||||
SAX 2.0.1 (sax2r2)
|
||||
29-January-2002
|
||||
|
||||
This is a prerelease of a bugfix release for SAX2, the second
|
||||
generation of the Simple API for XML. For information, see
|
||||
docs/index.html.
|
||||
This is a bugfix release for SAX2, the second generation of the Simple
|
||||
API for XML. Changes from the SAX 2.0 release can be summarized as:
|
||||
|
||||
This release includes a simple test application in src/SAXTest.java.
|
||||
- Numerous documentation improvements and clarifications.
|
||||
- Bundling the optional "SAX2 Extensions 1.0" support.
|
||||
- Bugfixes:
|
||||
* Bugfixed classes include ParserAdapter, AttributesImpl
|
||||
* Factory classes use the correct class loader (JDK 1.2 and later)
|
||||
* Some exceptions were missing default constructors
|
||||
* DefaultHandler was missing an exception spec
|
||||
* Resetting handlers to their default values is legal
|
||||
- Slightly less memory use in NamespaceSupport, AttributesImpl.
|
||||
- Better configurability for the default XMLReader.
|
||||
- NamespaceSupport enforces its declare-before-use constraint
|
||||
|
||||
A build.xml file is included for users of Apache's ant build tool (a
|
||||
Java-based Makefile substitute).
|
||||
Other than bugfixes, the APIs have not been changed. This is intended to
|
||||
be a drop-in replacement for the previous SAX2 release. API-conformant
|
||||
code will not notice any differences.
|
||||
|
||||
If you are using JDK 1.4, you should be able to copy "sax.jar" into
|
||||
the $JAVA_HOME/jre/lib/endorsed directory to have it replace the older
|
||||
version of SAX2 that is distributed with that JVM. If you're using
|
||||
JRE 1.4, that path won't include the "jre".
|
||||
|
||||
sax@megginson.com
|
||||
For more information, see the current home for SAX on the web:
|
||||
|
||||
====
|
||||
SAX2-ext 1.0
|
||||
http://www.saxproject.org
|
||||
|
||||
This module is in the PUBLIC DOMAIN, and comes with NO WARRANTY of any
|
||||
kind.
|
||||
|
||||
|
||||
This is the 1.0 release of SAX2-ext, an extension package for the
|
||||
second generation of the Simple API for XML. Please send comments and
|
||||
bug reports to sax@megginson.com before Monday 2 October 2000.
|
||||
|
||||
For more information about the package, please see docs/index.html.
|
||||
|
||||
A build.xml file is included for the Apache project's "ant" project
|
||||
management tool.
|
||||
|
||||
|
||||
David Megginson, david@megginson.com
|
||||
2000-10-04
|
||||
As a SourceForge project, SAX now has public CVS access, a database
|
||||
for bugs and RFEs, mailing lists, and a web site.
|
||||
|
||||
- David Brownell
|
||||
dbrownell@users.sourceforge.net
|
||||
|
||||
Reference in New Issue
Block a user