Subject: 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 |
- Nested Tags
- Mark Micallef - Wed, 14 Aug 2002 07:35:19 -0400 (EDT)
- <Possible follow-ups>
- Vasu Chakkera - Wed, 14 Aug 2002 08:59:57 -0400 (EDT)
- Mark Micallef - Tue, 20 Aug 2002 04:51:12 -0400 (EDT) <=
|
|