xsl-list
[Top] [All Lists]

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

2019-05-10 06:31:31
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.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>