PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3173 *** shadow/3173 Tue Aug 28 06:07:45 2001 --- shadow/3173.tmp.12552 Tue Aug 28 12:25:49 2001 *************** *** 2,9 **** | Xalan 2.2.D9: XPath does not catch namespace | +----------------------------------------------------------------------------+ | Bug #: 3173 Product: XalanJ2 | ! | Status: NEW Version: 2.2.x | ! | Resolution: Platform: All | | Severity: Blocker OS/Version: Other | | Priority: Other Component: org.apache.xpath | +----------------------------------------------------------------------------+ --- 2,9 ---- | Xalan 2.2.D9: XPath does not catch namespace | +----------------------------------------------------------------------------+ | Bug #: 3173 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.2.x | ! | Resolution: FIXED Platform: All | | Severity: Blocker OS/Version: Other | | Priority: Other Component: org.apache.xpath | +----------------------------------------------------------------------------+ *************** *** 58,60 **** --- 58,66 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-08-20 05:05 ------- Created an attachment (id=427) Demo program that demonstrates this bug + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 12:25 ------- + The index to the node was being stored as opposed to the actual node handle + when replacing namespace nodes in the namespace list. We needed to store the + actual node handle.
