http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1517
*** shadow/1517 Tue Jun 12 14:12:42 2001
--- shadow/1517.tmp.7911 Tue Jun 12 14:16:55 2001
***************
*** 2,8 ****
| xsl:attribute doesn't balk on undeclared namespace |
+----------------------------------------------------------------------------+
| Bug #: 1517 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.0 |
| Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Medium Component: org.apache.xalan.xsltc |
--- 2,8 ----
| xsl:attribute doesn't balk on undeclared namespace |
+----------------------------------------------------------------------------+
| Bug #: 1517 Product: XalanJ2 |
! | Status: VERIFIED Version: 2.0.0 |
| Resolution: FIXED Platform: Sun |
| Severity: Normal OS/Version: Solaris |
| Priority: Medium Component: org.apache.xalan.xsltc |
***************
*** 68,70 ****
--- 68,80 ----
<?xml version="1.0" encoding="utf-8" ?>
<out xmlns:ped="http://ped.test.com" xmlns:this="http://www.this.com"
xyz:Att3="Third" ped:Att2="Second" Att1="First" xmlns="xmlns"/>
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-12 14:16 -------
+ XSTLC at compile time now gives an error message saying
+
+ Compile errors:
+ Illegal attribute name: 'xmlns'
+
+ and does not compile the stylesheet. Saxon 6.2 behaves the same,
+ where as Xalan gives a warning and still performs the transformation, but leaves
+ out the offending node.
\ No newline at end of file