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 [EMAIL PROTECTED]  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));

Reply via email to