DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5428>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5428 Import precedence of attribute sets is incorrect Summary: Import precedence of attribute sets is incorrect Product: XalanC Version: 1.2.x Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have an example stylesheet which uses the attribute set 'bar'. It imports two stylesheets 'one.xsl' and 'two.xsl' which both define the attribute set 'bar' with attribute 'foo'. The value of 'foo' in the two stylesheets is 'one' and 'two' respectively. I expect the last stylesheet imported ('two.xsl') to have a higher precedence, and the value from that attribute set to appear in the output. When the example is run the output contains the value 'one'.
