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-31 00:40 -------
The size of the Translet which has been compiled is 103 kb. so i am not able to 
load the class dynamically. is there any way to reduce the size of Translet 
compiled by XSLTC.
my code is as follows...

                          XSLTC xsltc = new XSLTC();
                          xsltc.init();
                          File stylesheet = new File(stylesheetName);
                          xsltc.compile(stylesheet.toURL());
                          Class clazz = Class.forName(transletName);
                          retval = (Translet)clazz.newInstance(); 
i am getting above exception at 
        Class clazz = Class.forName(transletName);
line of code.

Any help or suggestion is welcome.

Reply via email to