Hello,

> >> Try rebuilding XSLTC with the latest source from Subversion.  A
patch
> > was recently
> >> committed to avoid the 64kb method size limitation.  The patch
should
> > fix some
> >> instances of the problem, though not all.
> >
> > Tried that, got the same problem, with more error information:
> >
> > (Location of error unknown)XSLT Error
> > (javax.xml.transform.TransformerConfigurationException): Could not 
> > compile stylesheet
> 
>   If you're using the CLI, could you try -XX to get additional
debugging info?
> If doing this programmatically, I think you can call
setAttribute("debug", Boolean.TRUE)
> on the transform factory.
> 
> -- Santiago

Thanks.  This does produce more info (partial backtrace below).
Unfortunately, I can't supply either the XSL or XML in this case
(believe me, I'd supply it just as a test case if I could!)  This is
release 412510 from the SVN Trunk.

        --chris sterritt

java.lang.IncompatibleClassChangeError
        at org.apache.xalan.xsltc.compiler.Step.toString(Step.java:509)
        at java.lang.String.valueOf(String.java:2131)
        at java.lang.StringBuffer.append(StringBuffer.java:370)
        at
org.apache.xalan.xsltc.compiler.ParentLocationPath.toString(ParentLocati
onPath.java:84)
        at java.lang.String.valueOf(String.java:2131)
        at java.lang.StringBuffer.append(StringBuffer.java:370)
        at
org.apache.xalan.xsltc.compiler.EqualityExpr.toString(EqualityExpr.java:
74)
        at java.lang.String.valueOf(String.java:2131)
        at java.lang.StringBuffer.append(StringBuffer.java:370)
        at
org.apache.xalan.xsltc.compiler.Predicate.toString(Predicate.java:267)

Reply via email to