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/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--