Re: [xsl] How to convert a recursive function to a loop, using XSLT 2.0?

Subject: Re: [xsl] How to convert a recursive function to a loop, using XSLT 2.0?
From: "David Carlisle d.p.carlisle@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 May 2019 11:31:27 -0000
I don't think you'd fill the stack if you wrote the function such that
the sequence of strings was built up in an additional argument to the
function so that your xsl:choose just consisted of a single recursive
call in the iteration case, and returning the full sequence, not
nothing, in the end case.

Current Thread