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=1408 *** shadow/1408 Sun May 20 17:25:36 2001 --- shadow/1408.tmp.25832 Tue Aug 7 14:02:36 2001 *************** *** 1,19 **** ! Bug#: 1408 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: RESOLVED ! Resolution: FIXED ! Severity: Normal ! Priority: Medium ! Component: org.apache.xalan.xsltc ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: variable in imported xsl over-riding same variable in main xsl ! [taken from SunMicrosystem's bug 4419563] Imported stylesheets never should take precedence over the importing style sheet. The following test taken from Michael Kay's --- 1,19 ---- ! +============================================================================+ ! | variable in imported xsl over-riding same variable in main xsl | ! +----------------------------------------------------------------------------+ ! | Bug #: 1408 Product: XalanJ2 | ! | Status: REOPENED Version: 2.0.0 | ! | Resolution: Platform: Sun | ! | Severity: Normal OS/Version: Solaris | ! | Priority: Medium Component: org.apache.xalan.xsltc | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | [taken from SunMicrosystem's bug 4419563] Imported stylesheets never should take precedence over the importing style sheet. The following test taken from Michael Kay's *************** *** 104,106 **** --- 104,123 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-05-17 13:27 ------- Morenten's fix has taken care of this problem. I verified it with my mk008 test. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-07 14:02 ------- + I retested this and it has regressed badly. Now the only output is the XML + declaration and <document/> + + The XML for test mk008 (which is in xml-xalan/test/tests/contrib/xsltc/mk + was omitted in the original report + + <?xml version="1.0" encoding="iso-8859-1"?> + <document> + <author>Michael Kay</author> + <title>XSLT Programmer's Reference</title> + <copyright/> + <date/> + <abstract>A comprehensive guide to the XSLT and XPath recommendations + published by the World Wide Web Consortium on 16 November 1999</abstract> + </document>
