http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2260 *** shadow/2260 Thu Jun 21 01:32:47 2001 --- shadow/2260.tmp.8879 Thu Jun 21 01:32:47 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | Delayed validation exceptions with Xerces 1.4 | + +----------------------------------------------------------------------------+ + | Bug #: 2260 Product: Xerces-C | + | Status: NEW Version: 1.4 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: Validating Parser (DTD) | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I have a problem in my SAX handler with activated validation. In the + handler, I assume that I only get valid event streams, thus certain + pointers are not checked for != 0 etc. + + Problem is, the exception (error handler call) that flags a validation + error is only raised AFTER the startElement of my handler is called. Is + this expected behaviour? \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
