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=2338
*** shadow/2338 Fri Jul 20 07:13:38 2001
--- shadow/2338.tmp.2935 Wed Aug 8 04:39:12 2001
***************
*** 2,9 ****
| test copy09 fails |
+----------------------------------------------------------------------------+
| Bug #: 2338 Product: XalanJ2 |
! | Status: NEW Version: 2.0.0 |
! | Resolution: Platform: All |
| Severity: Normal OS/Version: All |
| Priority: Medium Component: org.apache.xalan.xsltc |
+----------------------------------------------------------------------------+
--- 2,9 ----
| test copy09 fails |
+----------------------------------------------------------------------------+
| Bug #: 2338 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.0 |
! | Resolution: DUPLICATE Platform: All |
| Severity: Normal OS/Version: All |
| Priority: Medium Component: org.apache.xalan.xsltc |
+----------------------------------------------------------------------------+
***************
*** 76,78 ****
--- 76,86 ----
<Out2>
<Out3/>
</Out2></root>
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-08-08 04:39 -------
+ This test fails because XSLTC's internal DOM does not have namespace nodes.
+ The namespace declaration is not copied to the output because the DOM does
+ not have a node that contains the declaration, not because there is a problem
+ with the DOM's copy function(). Marking this as a duplicate of bug 1379.
+
+ *** This bug has been marked as a duplicate of 1379 ***
\ No newline at end of file