xsl-list
[Top] [All Lists]

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

2007-07-23 12:04:32
"Pete" == Naschke, Pete <NaschkePS(_at_)Pella(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>