When the SAX parser exits, it closes the input stream. Is there any way to avoid this?
To illustrate, if I have
parser.parse(new InputSource(reader));
then, when the parser exits, it will call reader.close(), where reader is
some derived class of java.io.Reader (this occurs in
XMLEntityManager.closeReaders()).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
