xsl-list
[Top] [All Lists]

RE: [xsl] Multiple elements condition

2007-08-31 08:03:06
  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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--