[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

(SOLVED) RE: [xsl] Saxon - Output to multiple files


Subject: (SOLVED) RE: [xsl] Saxon - Output to multiple files
From: "Mark Micallef" <mmica@xxxxxxxxxxxxxx>
Date: Tue, 20 Aug 2002 11:34:52 +0200

ok... Managed to do it.
Sorry for bothering you unnecessarily.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Mark Micallef
Sent: 20 August 2002 10:55
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Saxon - Output to multiple files


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


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



Current Thread