Compiling large stylesheet with XSLTC fails 2006-06-09 - By Santiago Pericas
On Jun 8, 2006, at 5:30 PM, Sterritt, Christopher L. wrote:
>> 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
|
|