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 Summary: Method not found for xsl:call-template with xsl:with- param Product: XalanJ2 Version: CurrentCVS Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following exception may result for an xsl:call-template with an xsl:with- param when the template that's being called is defined in a stylesheet that's included via xsl:include. This occurs in the docbook stylesheet, in particular. java.lang.NoSuchMethodError: gentext: method xpath$dot$location (Lorg/apache/xalan/xsltc/DOM;Lorg/apache/xml/dtm/DTMAxisIterator;Lorg/apache/xml /serializer/SerializationHandler;I)V not found at gentext.template$dot$1() at gentext.applyTemplates() at gentext.transform() at org.apache.xalan.xsltc.runtime.AbstractTranslet.transform (AbstractTranslet.java:545) at org.apache.xalan.xsltc.trax.TransformerImpl.transform (TransformerImpl.java:671) at org.apache.xalan.xsltc.trax.TransformerImpl.transform (TransformerImpl.java:304) at org.apache.xalan.xslt.Process.main(Process.java:1025)
