[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Processing based on number - alternatives to recursion?


Subject: RE: [xsl] Processing based on number - alternatives to recursion?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 4 Mar 2008 18:49:57 -0000

> It's interesting that you can think of a loop as of a 
> recursive function call that doesn't have to remember where 
> it came from because it doesn't have to go back.
> 

Oliver Becker reminded me recently of his loop compiler (preprocessor) which
allows you to write such constructs as loops rather than as recursive
template calls:

http://www2.informatik.hu-berlin.de/~obecker/XSLT/#loop-compiler

Michael Kay
http://www.saxonica.com/


Current Thread