[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Multiple elements condition
Subject: RE: [xsl] Multiple elements condition
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 31 Aug 2007 16:03:03 +0100
|
> On the other hand, it seems (if I understand correctly the
> code) that the optimizer will rewrite:
>
> xxx and my:user-function(yyy)
>
> into:
>
> if (xxx) then my:user-function(yyy) else false()
>
> I don't understand why this rewrite is intended to
It makes the code potentially tail-recursive.
Michael Kay
http://www.saxonica.com/
|