http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2541 *** shadow/2541 Tue Jul 10 09:33:27 2001 --- shadow/2541.tmp.10427 Wed Jul 11 09:07:56 2001 *************** *** 2,9 **** | Parser does not report current node when there is a validation error in an | +----------------------------------------------------------------------------+ | Bug #: 2541 Product: Xerces-J | ! | Status: NEW Version: 1.4.1 | ! | Resolution: Platform: All | | Severity: Major OS/Version: All | | Priority: Other Component: Core | +----------------------------------------------------------------------------+ --- 2,9 ---- | Parser does not report current node when there is a validation error in an | +----------------------------------------------------------------------------+ | Bug #: 2541 Product: Xerces-J | ! | Status: RESOLVED Version: 1.4.1 | ! | Resolution: INVALID Platform: All | | Severity: Major OS/Version: All | | Priority: Other Component: Core | +----------------------------------------------------------------------------+ *************** *** 65,68 **** Element element), as expected. However, this property retrieval FAILS during handling of the first error, ! instead of returning the Root element as it should. --- 65,75 ---- Element element), as expected. However, this property retrieval FAILS during handling of the first error, ! instead of returning the Root element as it should. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-11 09:07 ------- ! I don't think this is bug. ! At the point where you get the error, the element node is not created yet ! (because the attributes are not ready). So for the first error, the current ! node is the document (current element is "null"), and for the second error, the ! current node is "root" (not "Element"). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
