Re: [xsl] Recursive call trouble

Subject: Re: [xsl] Recursive call trouble
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 10 Aug 2006 17:37:36 +0100
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

Current Thread