Re: [xsl] Line break algorithm

Subject: Re: [xsl] Line break algorithm
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 May 2020 18:28:30 -0000
On 06.05.2020 19:43, Terry Badger terry_badger@xxxxxxxxx wrote:

Sort of forget every call creates a stack. Will look at xsl:interate but now
thinking if must use V2 how I might solve the problem.

I think Saxon for instance tries to optimize tail calls of
xsl:call-template so depending on how you write your recursive templates
you might not run into the problem of a stack overflow.

Current Thread