http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2322 *** shadow/2322 Tue Jun 26 01:01:23 2001 --- shadow/2322.tmp.26264 Tue Jun 26 07:21:03 2001 *************** *** 2,9 **** | Infinite loop in TreeWalkerImpl | +----------------------------------------------------------------------------+ | Bug #: 2322 Product: Xerces-J | ! | Status: NEW Version: 1.4 | ! | Resolution: Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: DOM | +----------------------------------------------------------------------------+ --- 2,9 ---- | Infinite loop in TreeWalkerImpl | +----------------------------------------------------------------------------+ | Bug #: 2322 Product: Xerces-J | ! | Status: RESOLVED Version: 1.4 | ! | Resolution: FIXED Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: DOM | +----------------------------------------------------------------------------+ *************** *** 87,89 **** --- 87,96 ---- return siblingNode; } } + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-26 07:21 ------- + Your patch seem to have conflict with the specs behaviour of nextSibling. The + problem was originaly reported in: + http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1541 and fix applying the + patch in this bug report. + Pick up code from CVS for the latest fix. Tell us if you have any problems. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
