Re: [xsl] create multiple documents

Subject: Re: [xsl] create multiple documents
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 19 Oct 2001 12:02:28 +0100
It seems to me that the times that multiple file output is most useful
compared to re-running the stylesheet is when you don't know in advance
how many files you are going to generate.

Typical examples include "chunking" a document at section boundaries
where it is much more natural to process the whole document with
multiple-file output rather than figure out in advance how many times to
call the stylesheet. 

or

http://www.nag.co.uk/numeric/fl/manual/html/indexes/gams/gams.html

where saxon's generated 800 odd files in a single pass by walking over
a deeply structured tree of classifications descriptions. (And despite
an earlier comment in this thread this is not done dynamically in a
server it's done the "old fashioned" way as a batch process, and takes
several minutes each time) 

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread