Re: [xsl] File management via XSLT

Subject: Re: [xsl] File management via XSLT
From: Jarkko.Moilanen@xxxxxx
Date: Fri, 28 Nov 2003 16:01:10 +0200
Lainaus Nicola Martella <nmartella@xxxxxxxxxxxxx>:

<!-- Hi to everybody.
<!-- I have a urgent need.
<!-- After convertion of an XML to another I want write the XML target in a
<!-- file.
<!-- How can I manage a file by XSLT?
<!-- 
<!-- 
<!--  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
<!-- 
<!-- 

If you wih to write the result to file from within XSLT, you have to use 
processor dependant functions. Consult your processors manual. 

In Xalan it is called redirect 

http://xml.apache.org/xalan-j/extensionslib.html#redirect

***************************************************
* Jarkko Moilanen                                 *
* Project Manager, ITCM (www.itcm.org)            *
* Profound XML technology Expert                  *
* University of Tampere                           *
* Hypermedia Laboratory                           *
***************************************************

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


Current Thread