Re: [xsl] Need help with XSLT tokenize

Subject: Re: [xsl] Need help with XSLT tokenize
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Aug 2020 10:26:42 -0000
Am 13.08.2020 um 05:39 schrieb Liam R. E. Quin liam@xxxxxxxxxxxxxxxx:
On Thu, 2020-08-13 at 03:10 +0000, Mukul Gandhi gandhi.mukul@xxxxxxxxx
my intuition, would have been to go with a loop (sometimes, I still
think
procedurally amidst XSLT's template paradigm).

Note that XSLT does not have, and has never had, loops in the procedural sense

What about XSLT 3's xsl:iterate? Isn't that, with its parameters that can change on each iteration step, close to a procedural, sequential loop?

Current Thread