mrglavas2003/10/14 07:34:26
Modified:java/src/org/apache/xerces/impl/dtd XMLDTDLoader.java
Log:
After loading a DTD grammar the streams opened
by the parser need to be closed.
Repeated use of DTD Loader would eventually lead to a
java.io.FileNotFoundException (Too many ope
mrglavas2003/09/13 21:31:04
Modified:java/src/org/apache/xerces/impl/dtd XMLDTDLoader.java
Log:
Fixes: Ensure we have a message formatter, and that the locator for the error
reporter is the current entity scanner.
Errors reported had garbled messages and no locator info.
Revi
neilg 2003/01/16 09:10:10
Modified:java/src/org/apache/xerces/impl XMLEntityManager.java
java/src/org/apache/xerces/impl/dtd XMLDTDLoader.java
Log:
make DTD preparsing work again.
Revision ChangesPath
1.57 +10 -1 xml-xerces/java/src/org/apache/xe
neilg 2002/08/16 14:18:52
Modified:java/src/org/apache/xerces/impl/dtd XMLDTDLoader.java
Log:
for external subset preparsing, set an XMLErrorReporter on the EntityManager so that
it can create a locale-sensitive reader. Also, eliminate a spurious, synthetic
endDTD call.
R