Details
-
Bug
-
Status: Closed
-
Resolution: Incomplete
-
1.4
-
None
-
None
-
Operating System: Linux
Platform: All
-
2260
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?