xsl-list
[Top] [All Lists]

Re: [xsl] Recursive call trouble

2006-08-10 09:37:50


put your recursive call in the xsl:otherwise branch not after the
xsl:choose, otherwise you recurse even when you have finished and so
never stop until you run out of java stack:

java.lang.StackOverflowError

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--