Hi Andy, The document is parsed through JAXP DocumentBuilder configured to use Xerces, without deferred node expansion, without validation and with namespaces. The document does reference XML schemas, but no validation is performed.
Patiently awaiting round three... :) Alex > -----Original Message----- > From: Andy Clark [mailto:[EMAIL PROTECTED] > Sent: Friday, February 21, 2003 10:58 AM > To: [EMAIL PROTECTED] > Subject: Re: maximum size for text content of an element? > > > Aleksandar Milanovic wrote: > > I got an OutOfMemoryError when I parsed a document of about 5MB in size > > despite the fact that I increased the maximum heap size of JVM > to 512MB. I > > suspect that the problem arose due to the very long textual > content of an > > element (~55000 characters). > > Okay, time for round two. :) > > What API are you using? And are you performing any > validation on the document in question? If so, what > validation (e.g. DTD or XML Schema)? > > -- > Andy Clark * [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
