xsl-list
[Top] [All Lists]

RE: Using Saxon 8.5 and collection() to process a directory of XML files

2005-08-04 07:31:39
I'm also interested in this. I think (could Mike confirm?) 
that the main
disadvantage of going this route is that all documents processed will
(or might) hang around in memory rather than being processed 
and dumped
one at a time as would happen if you arrange the processing pipeline
outside xslt.


You can call saxon:discard-document() to make a document available for
garbage collection when there are no outstanding references to 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>
--~--