Re: [xsl] [ANN] Saxon 10.0 (today's other news..)

Subject: Re: [xsl] [ANN] Saxon 10.0 (today's other news..)
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 29 Mar 2020 09:09:54 -0000
d that namespace in the first place.
>
> I think the standardized random-number-generator
>
https://www.saxonica.com/html/documentation/functions/fn/random-number-genera
tor.html
> is now also supported in Saxon 10 HE.

Yes. It's not quite as convenient as math:random() because it's designed as a
pure function without side effects. But that has benefits too: it's not going
to be moved out of a loop by the optimizer.

Perhaps I need to take another look at how to do monads in XSLT.

Michael Kay
Saxonica

Current Thread