Re: [xep-support] "Filtered" Select and alternating background-color

From: David Tolpin <dvd@davidashen.net>
Date: Thu May 25 2006 - 07:22:50 PDT

On Thu, 25 May 2006 18:57:36 +0500, Powell, Todd <Todd.Powell@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@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
Received on Thu May 25 07:56:46 2006

This archive was generated by hypermail 2.1.8 : Thu May 25 2006 - 07:56:47 PDT