[ http://issues.apache.org/jira/browse/XALANJ-1254?page=all ]

Henry Zongaro updated XALANJ-1254:
----------------------------------

    Attachment: html2wml.xsl

Copied html2wml.xsl stylesheet from Bugzilla bug report.  The version 
previously attached to this issue was missing its last few lines; looks like 
they were lost in the migration from Bugzilla.

> Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a 
> metho
> --------------------------------------------------------------------------------
>
>          Key: XALANJ-1254
>          URL: http://issues.apache.org/jira/browse/XALANJ-1254
>      Project: XalanJ2
>         Type: Bug
>   Components: XSLTC
>     Versions: 2.4
>  Environment: Operating System: Windows NT/2K
> Platform: PC
>     Reporter: Nagananda
>     Assignee: Xalan Developers Mailing List
>  Attachments: html2wml.xsl, html2wml.xsl, styleinclude.xsl, testhtml.html
>
> i am trying to use xalan for transsforming a large XML file into WML i have a 
> style sheet which does this job. i can compile the stylesheet into a translet 
> successfully but when i try to build the DOM document i get the following  
> error 
> Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a 
> metho
> d longer than 65535 bytes)
>         at java.lang.ClassLoader.defineClass0(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.access$100(Unknown Source)
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Unknown Source)
>         at XMLUtilities.compileStylesheet(XMLUtilities.java:65)
>         at XSLTest.main(XSLTest.java:51)
> is there any work around for solving the problem or is it a BUG.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to