http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1506
*** shadow/1506 Sun May 20 17:26:07 2001
--- shadow/1506.tmp.20840 Tue Jul 24 10:32:25 2001
***************
*** 1,19 ****
! Bug#: 1506
! Product: XalanJ2
! Version: 2.0.0
! Platform: Sun
! OS/Version: Solaris
! Status: NEW
! Resolution:
! Severity: Normal
! Priority: Medium
! Component: org.apache.xalan.xsltc
! AssignedTo: [EMAIL PROTECTED]
! ReportedBy: [EMAIL PROTECTED]
! URL:
! Cc:
! Summary: xsltc ingores exclude-result-prefixes attribute of LRE
!
[from SunMicrosystem's bug 4426582]
If a literal results element has the xsl:exclude-result-prefixes attribute,
the namespaces it identifies are not to be copied to the results tree.
--- 1,19 ----
! +============================================================================+
! | xsltc ingores exclude-result-prefixes attribute of LRE |
! +----------------------------------------------------------------------------+
! | Bug #: 1506 Product: XalanJ2 |
! | Status: NEW Version: CurrentCVS |
! | Resolution: Platform: All |
! | Severity: Normal OS/Version: All |
! | Priority: High Component: org.apache.xalan.xsltc |
! +----------------------------------------------------------------------------+
! | Assigned To: [EMAIL PROTECTED] |
! | Reported By: [EMAIL PROTECTED] |
! | CC list: Cc: |
! +----------------------------------------------------------------------------+
! | URL: |
! +============================================================================+
! | DESCRIPTION |
[from SunMicrosystem's bug 4426582]
If a literal results element has the xsl:exclude-result-prefixes attribute,
the namespaces it identifies are not to be copied to the results tree.
***************
*** 50,52 ****
--- 50,55 ----
--------------
<?xml version="1.0" encoding="UTF-8"?>
<out><p xmlns:ns0="foo2.com" ns0:test="true"/></out>
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-07-24 10:32 -------
+ Conformance test lre03 demonstrates the same bug.