Re: [xsl] Random UUID in pure XSLT?

Subject: Re: [xsl] Random UUID in pure XSLT?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Nov 2020 19:16:23 -0000
On 11.11.2020 19:32, Dimitre Novatchev dnovatchev@xxxxxxxxx wrote:
 > how can I go about producing random UUIDs, in dozens or hundreds,
inside an XSLT pipeline, without extension functions in Saxon.

This is actually very easy and doesn't require the use of any extension
functions:

*/unparsed-text("https://uuidgen.org/api/v/4
<https://uuidgen.org/api/v/4>")/*

Nice.


json-doc('https://uuidgen.org/api/v/4')?1

is even way cooler, these days where APIs return JSON

Current Thread