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=24862>. 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=24862 priority and import in XSL template Summary: priority and import in XSL template Product: XalanJ2 Version: 2.5 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I use templates with similar pattern. I need to select which template to be executed by using attribute "priority" in the template. The result of XSL tranformation when I declare templates in the same file, is what I expect (2003, 1970 in my example below). But when I declare the 2 templates in different files imported. The result depends on the order of the imported files declaration (1970, 1970 in my example below). This seems to be a bug ?
