RE: XML/XSL on the client for dynamic UI

Subject: RE: XML/XSL on the client for dynamic UI
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 3 Nov 1999 10:00:12 -0000
> If you want to process very large documents with a small JVM 
> heap using XSLT, the alternatives I see are:
> 
> - drastic subsetting of XSLT
> 
> - use a RandomAccessFile to provide random access to the XML document
> without having to keep it all in memory
> 
> - use a multi-pass strategy
> 

Or the option provided in Saxon 4.7, which allows you to apply the
stylesheet to a subtree of the source document as if it were an entire
document: so for example you can apply your stylesheet to each chapter in
turn, meaning you only need enough memory to hold one chapter. 

Mike Kay


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


Current Thread