On Fri, 2004-03-19 at 12:44, [EMAIL PROTECTED] wrote:
> The streaming feature of Xalan won't save you any memory. The only
> 
> >difference is that the transformation will start while the DOM (DTM) is
> >still being built, but in the end it still builds the complete DTM
> >(AFAIU).
> >  
> >
> So what XSLT processor would you recommend?

none in particular. In the general case, an XSLT needs random access to
the source document, so there's not much to do about it.

The STX stuff might be more helpful to you, or possibly a custom SAX
transformer.

BTW, if you're only using XSLT and only generating your stuff one time
(the bible doesn't change anymore, does it?), you might as well use Ant.
This would allow you to run the split operation just once to generate a
bunch of files, and then process each of those files individually.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to