|
Is the
XSL file causing a loop? Files of this size should be
OK.
ie: do
you use recursive templates:
<xsl:call-template name="a"/>
<xsl:template name="a">
.......output
stuff
<xsl:call-template
name="a"/>
</xsl:template>
will
cause OutOfMemory.
Otherwise, look at the java -X options for increasing
the maximum memory available to java - it defaults fairly
low.
Alistair -----Original Message-----
From: Alessandro Bicocchi [mailto:[EMAIL PROTECTED]] Sent: 20 May 2002 11:38 To: [EMAIL PROTECTED] Subject: Error conversion XML to PDF: Exception in thread main java.lang.OutOfMemoryError
|
- Error conversion XML to PDF: Exception in thread main ... Alessandro Bicocchi
- Re: Error conversion XML to PDF: Exception in thr... Alistair Hopkins
- Re: Error conversion XML to PDF: Exception in thr... Arnd Bei�ner
