DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18272>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18272

schema validator not reset when CONTINUE_AFTER_FATAL=false





------- Additional Comments From [EMAIL PROTECTED]  2003-03-24 09:52 -------
more info:

the problem is that in method handleEndElement in XMLSchemaValidator.java, the
statement on line 2168

            fValidationState.resetIDTables();

is only executed if "(fElementDepth == 0)". That code is never reached if
parsing is terminated after a fatal error.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to