Re: [xsl] shuffling words in text content

Subject: Re: [xsl] shuffling words in text content
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 7 Sep 2021 19:42:20 -0000
On 07.09.2021 21:31, Michael Kay mike@xxxxxxxxxxxx wrote:
What's wrong with

tokenize(.) => random-number-generator()?permute() => string-join(" ")

Both Saxon Java and Saxon-JS want


tokenize(.) => (random-number-generator()?permute)() => string-join(' ')

to not complain. At least I am not the only one that sometimes thinks
the "=>" operator is rather simple and elegant but in the end needs some
parenthesis more than initially used.

Current Thread