http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1764 *** shadow/1764 Sun May 20 17:27:29 2001 --- shadow/1764.tmp.11117 Tue Jul 3 14:12:31 2001 *************** *** 1,19 **** ! Bug#: 1764 ! Product: Xerces-J ! Version: unspecified ! Platform: Other ! OS/Version: Other ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: ! Component: Other ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: bug in whatCanGoHere() in SimpleContentModel ! This bug returns empty result in case there are two possible options and you have entered the first one eg. <HTML> <HEAD></HEAD> @ this point there it returns empty Rather than <BODY>. --- 1,19 ---- ! +============================================================================+ ! | bug in whatCanGoHere() in SimpleContentModel | ! +----------------------------------------------------------------------------+ ! | Bug #: 1764 Product: Xerces-J | ! | Status: RESOLVED Version: unspecified | ! | Resolution: LATER Platform: Other | ! | Severity: Normal OS/Version: Other | ! | Priority: High Component: Other | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | This bug returns empty result in case there are two possible options and you have entered the first one eg. <HTML> <HEAD></HEAD> @ this point there it returns empty Rather than <BODY>. *************** *** 45,47 **** --- 45,52 ---- info.childCount--; } /********************************************************/ + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-03 14:12 ------- + whatCanGoHere() is not maintainable code: parser don't use this code internally. + It was probably related to re-validation mechanism available in earlier + xml4j/Xerces code. We plan to revisit re-validation in Xerces2. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
