Re: Append to a file on output?

"Willem Van Lishout [email protected]" <[email protected]> Tue, 24 Nov 2020 15:51:42 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
Or just using the command line:

<[email protected]>
java -jar saxon.jar -xsl: ... >> myFile.txt


On Tue, Nov 24, 2020 at 4:43 PM Martin Honnen [email protected] <
[email protected]> wrote:

> On 24.11.2020 16:40, Dave Pawson [email protected] wrote:
> > Processing an xml file each day.
> > Wraps up each month (cron job).
> >
> > Suggestions please - I want the transform to append
> > to a plain text file.
> >
> > Is that possible with  xslt 2 (or 3) please?
>
> With the EXPath file module http://expath.org/spec/file#fn.append-text,
> certainly.
>
> 
>
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386
or by email: [email protected]
--~--