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=5351>. 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=5351 cc_generic_inc.xsl: line 28: Template 'qsHiddenFields' not defined in this stylesheet. Summary: cc_generic_inc.xsl: line 28: Template 'qsHiddenFields' not defined in this stylesheet. Product: XalanJ2 Version: 2.2.x Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] XSL allows you to call templates from stylesheets that are not directly imported/included in the current stylesheet. For example if there are 4 stylesheets A, B, C and D and an import structure as shown below - A / \ B c \ / D - there is nothing to stop you calling a template in stylesheet C that is contained in stylesheet B as long as the template in stylesheet C is called from within stylesheet D. This is because B + C are both imported into D. The XSLTC compiler does not support this and gives the error shown in the summary. Example stylesheets can be attached if needed.
