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]

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


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