caleb racey wrote: > What factors limit the size of xml file you can transform to pdf?
There are several. However, you seem to have quite another problem: > er: javax.xml.transform.TransformerException: java.io.IOException: > Connection reset by peer You appear to read something over HTTP during the transformation, and the supplier hangs up. There could be a gadzillion of reasons for it. Check whether your source XML contains a DOCTYPE declaration pointing to a remote DTD (via a http://... URL). Remove it if found. Check whether you read your XML source over a network connection. Check any document() calls use a http: URL. J. Pietschmann --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
