This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

(SOLVED) RE: Saxon - Output to multiple files


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

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Mark Micallef
Sent: 20 August 2002 10:55
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]