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=21805>. 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=21805 Method not found for xsl:call-template with xsl:with-param [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2003-07-22 23:16 ------- It looks like conformance regressions introduced by the addParameter optimization work. Now we add templates in Template.java in current Stylesheet and only from this Stylesheet ((Stylesheet)_parent).addTemplate(this); We process included and imported Stylesheets later. In older code we added templates in Stylesheet.java when we had knowledge of included and imported Stylesheets _templates.addElement(template) Morris asked me to assign the problem to him, because he worked it.
