On Sun, Oct 12, 2003 at 10:48:43PM +0000, Jon Bedworth wrote:
> Hello
> 
> I get a java.io.UTFDataFormatException when I try and do a simple
> pipeline request taking single xml file and single XSL file outputted
> as html.It works when I run it outside cocoon.
> 
> Therefore, I am wondering if anyone on the list could point me in the
> direction of what aspect of the XSL may be causing this. For example is
> this error caused by some entity definitions I am using or similar?

What is the actual error?  Is there a text node in your XML bigger than
32k?  There's a bug where text blocks > 32k result in this sort of
error..

If that is the problem, a workaround is to insert a <!-- --> in the text
to break the node into smaller chunks.

--Jeff

> 
> Thankyou
> 
> Jon
> 

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

Reply via email to