[xep-support] "Filtered" Select and alternating background-color
David Tolpin
dvd at davidashen.net
Thu May 25 07:22:50 PDT 2006
On Thu, 25 May 2006 18:57:36 +0500, Powell, Todd <Todd.Powell at hq.doe.gov>
wrote:
> Isn't this just another form of recursion? You are "calling" the same
> template again from within itself...
>
Hi Todd,
tail recursion is optimized into a loop by many XSLT implementations, e.g.
SAXON and XT; thus the stack does not grow and iterative alogithms are as
good when represented using recursion as if looping constructs were used.
David
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
More information about the Xep-support
mailing list