You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/03/24 10:52:35 UTC

DO NOT REPLY [Bug 18272] - schema validator not reset when CONTINUE_AFTER_FATAL=false

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 christian.sell@netcologne.de  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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org