RE: [xsl] using xsl to check for duplicate elements

Subject: RE: [xsl] using xsl to check for duplicate elements
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 25 Oct 2001 11:16:19 +0100
> Does anyone know of some sort of memory leak in Xalan V2 on
> Solaris with JDK
> 1.3.1?  I'm running the XSL below on a file more than 16MB
> and I'm getting
> the following error "XSLT Error (java.lang.OutOfMemory): null"

If you get an OutOfMemory error from any XSLT processor when handling 16Mb,
it's fair to assume that it's because you haven't given it enough memory.
The trees built internally by an XSLT processor are always much bigger than
the original source text, to allow efficient navigation.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread