RE: [xsl] Fw: pdf file using xsl

Subject: RE: [xsl] Fw: pdf file using xsl
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 29 Mar 2006 22:43:57 +0100
> Michael,
>         Is there any xslt processor which doesn't use DOM and 
> can work with less memory?

Many XSLT processors (including Saxon) use internal tree structures that are
*vastly* more efficient than DOM: but they still have to hold the whole
document in memory.

You could consider putting the data in an XML database and accessing it
using XQuery.

I do wonder why anyone wants to produce a 200Mb PDF document: surely no-one
would want to read it?

Michael Kay
http://www.saxonica.com/ 

Current Thread