Project

Profile

Help

Stray "%" character in xslt3 command line output on Mac M1

Added by Martin Honnen over 1 year ago

On my Mac Mini, with SaxonJS 2.5 and xslt3, I seem to get the command line output suffixed with a % character e.g.

xslt3 "-xp:current-dateTime()"
xs:dateTimeStamp ("2022-10-04T20:11:27.255+02:00")%  

That doesn't happen under Windows, but if I run e.g. SaxonCS on the Mac from the command line I don't get any % characters appended to the output.

Is anyone else seeing this?

I have no other Mac to test.

-t output says its

SaxonJS 2.5 from Saxonica 
Node.js version v16.15.0  

MacOS is 12.6, shell is zsh.


Replies (2)

Stray "%" character in xslt3 command line output on Mac M1 - Added by Norm Tovey-Walsh over 1 year ago

Saxonica Developer Community writes:

Is anyone else seeing this?

Yes. It’s what zsh does when the command ends without a newline. Annoys
me regularly, but not regularly enough to find out how to make zsh stop
doing it, I guess.

Be seeing you,
norm

--
Norm Tovey-Walsh
Saxonica

    (1-2/2)

    Please register to reply