[xsl] Saxon - Output to multiple files

Subject: [xsl] Saxon - Output to multiple files
From: "Mark Micallef" <mmica@xxxxxxxxxxxxxx>
Date: Tue, 20 Aug 2002 10:55:26 +0200
Hi all :-),

  I've been using saxon to output to multiple files using

  <saxon:output href="{$file}">
  </saxon:output>

  Is it possible to start writing to:

  1. Write to one file
  2. Start writing to another file (before you are finished with the first
file)
  3. Continue writing to the first file.

  <saxon:output href="{$file1}">
	This is a test.
      Stopping to write to another file now.
	<saxon:output href="{$file2}">
		writing in the second file.
  	</saxon:output>
      Continuing to write to the first file.
  </saxon:output>


Thanks for your help,


Mark


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


Current Thread