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:28:04 UTC

DO NOT REPLY [Bug 18271] New: - endless loop when CONTINUE_AFTER_FATAL=true

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=18271>.
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=18271

endless loop when CONTINUE_AFTER_FATAL=true

           Summary: endless loop when CONTINUE_AFTER_FATAL=true
           Product: Xerces2-J
           Version: 2.3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XNI
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: christian.sell@netcologne.de


when CONTINUE_AFTER_FATAL is set to true, the parser goes into an endless loop
on the following line, which is in the middle of an otherwise valid document:

<web:followlink id="locale_EN_DE" label="Locale"/> <

note the opening "<", which is not matched. The error message I see is:

Fatal:42:69: The content of elements must consist of well-formed character data
or markup.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org