You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/30 14:43:17 UTC

DO NOT REPLY [Bug 14083] - Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho

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=14083>.
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=14083

Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho





------- Additional Comments From tom.amiro@sun.com  2002-10-30 13:43 -------
If you are using the latest version of XSLTC, this problem shouldn't happen.
If you are using an older version of XSLTC, try compiling the translet with the
-n option. Recently, we flip-flopped the meaning of this option.  
Within a TrAX application, you can disable inlining of templates into 
one big method as follows:

TransformerFactory tfac = new TransformerFactory();
tfac.setAttribute("disable-inlining", new Boolean(true));