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=14984>. 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=14984 XSLTC compiltation error : Branch target offset too large for short ------- Additional Comments From [EMAIL PROTECTED] 2002-12-03 14:34 ------- Well, in that case, your only option is to split the single template defined in the stylesheet (which has over 1000 lines). Each template is compiled into a Java method, but in this case the size of the method exceeds a limit in the JVM. You should be able to split a method and then use xsl:call-template. Hope this helps.
