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=2862 *** shadow/2862 Sat Jul 28 08:49:44 2001 --- shadow/2862.tmp.16244 Tue Aug 7 05:54:36 2001 *************** *** 2,9 **** | attributes null in for-each on nodes retrieved by document function | +----------------------------------------------------------------------------+ | Bug #: 2862 Product: XalanJ2 | ! | Status: NEW Version: CurrentCVS | ! | Resolution: Platform: All | | Severity: Blocker OS/Version: All | | Priority: High Component: org.apache.xalan.xsltc | +----------------------------------------------------------------------------+ --- 2,9 ---- | attributes null in for-each on nodes retrieved by document function | +----------------------------------------------------------------------------+ | Bug #: 2862 Product: XalanJ2 | ! | Status: RESOLVED Version: CurrentCVS | ! | Resolution: FIXED Platform: All | | Severity: Blocker OS/Version: All | | Priority: High Component: org.apache.xalan.xsltc | +----------------------------------------------------------------------------+ *************** *** 174,176 **** --- 174,181 ---- a template matching on * is invoked and within it a copy-of select="." copies the whole node, but there doesn't seem to be anyway to get the attributes of the node, which are used to decide whether to do the copy-of, or not. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-07 05:54 ------- + This turned out to be a parser-specific problem. It happened only with Xerces + and not with Crimson. The fix was to add the code to ...dom/LoadDocument.java to + force the parser to be namespace aware. \ No newline at end of file
