Re: [xsl] Append to a file on output?

Subject: Re: [xsl] Append to a file on output?
From: "Willem Van Lishout willemvanlishout@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 24 Nov 2020 15:51:35 -0000
Or just using the command line:

<willemvanlishout@xxxxxxxxx>
java -jar saxon.jar -xsl: ... >> myFile.txt


On Tue, Nov 24, 2020 at 4:43 PM Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> On 24.11.2020 16:40, Dave Pawson dave.pawson@xxxxxxxxx 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.

Current Thread