Subject: Re: How can I redirect XSL output back to the default output ?
From: Will McCutchen <mccutchen@xxxxxxxxx>
Date: Wed, 27 Jul 2005 15:28:37 -0500
|
> Xalan supports the redirection of output via extension xslt:write but
> how can I redirect output back to the default output file ?
> ...
> Can anyone help me ?
I don't think I understand your problem at all, but you might look
into using XSLT 2.0 and Saxon8. Then you would have access to the
<xsl:result-document> element, which will let you put your output
wherever you want.
A brief bit of info about result-document:
http://www.saxonica.com/documentation/xsl-elements/result-document.html
Hope this helps,
Will.
|