http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2717 *** shadow/2717 Fri Jul 20 11:44:49 2001 --- shadow/2717.tmp.25760 Fri Jul 20 11:44:49 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | Unterminated INCLUDE section causes infinite loop with setExitOnFirstFatal | + +----------------------------------------------------------------------------+ + | Bug #: 2717 Product: Xerces-C++ | + | Status: NEW Version: 1.4 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: Validating Parser (DTD) | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + setExitOnFirstFatalError(true) must be called to reproduce the error. + + Example: + blah.dtd: + <![INCLUDE[ <!ELEMENT a ANY> + + blah.xml: + <!DOCTYPE a SYSTEM "blah.dtd"> + <a/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
