Re: [xsl] Output to a file...

Subject: Re: [xsl] Output to a file...
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 23 Jul 2007 20:00:47 +0100
>>>>> "Pete" == Naschke, Pete <NaschkePS@xxxxxxxxx> writes:

    Pete> Question - is it possible to create a .txt file via XSLT?

Yes. First you want method="text". Then:
 Possible ways to do it:

* Redirect the standard output to a file.
* Use xsl:result-document with a file: URI in the href attribute.
-- 
Colin Adams
Preston Lancashire

Current Thread