01/20/2000 07:19:59 AM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: SAXParser exception handling
Hello,
Does any reason exist not to have default exception catcher in
SAXParser.cpp (line 263 and below)? If I want to implement partial parsing
that
throws matc
Hello,
Does any reason exist not to have default exception catcher in
SAXParser.cpp (line 263 and below)? If I want to implement partial parsing that
throws matching case by my own exception, there is no way to reuse parser
object due to internal fParseInProgress flag, that remains signalled. I
th