Re: XALAN Parser - A Problem

2002-12-27 Thread Steven J. Owens
On Wed, Dec 25, 2002 at 06:42:48PM +0530, Amit Gautam wrote: > We are using XALAN parser in our JSP code. You may be using Xalan, but an issue with loading a large DOM is probably something to do with Xerces (which is embedded in Xalan). Xerces provides the SAX and DOM stuff, Xalan provides t

XALAN Parser - A Problem

2002-12-25 Thread Amit Gautam
We are using XALAN parser in our JSP code. we observed that it does not allow more than 6 MB of DOM (including all the DOMS) to be loaded into memory. e.g. i can load a 2 MB XML file and around 43 100 KB XML files, but not more than that. This is in win2k environment does anyone know how to recti