[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Designs for XSLT functions (Was: Re: RE: syntax su

Subject: Re: Designs for XSLT functions (Was: Re: RE: syntax sugar for call-template)
From: David.Rosenborg@xxxxxxxxxx
Date: Tue, 20 Feb 2001 17:58:30 +0100
recusive function in c
Hi Joe,

> > Yes, but the conditional construct cannot be an extension function since
> > a function call in XPath evaluates all its parameter *before* entering
> > the function.
> 
> Not necessarily; XSLT and XPATH give implementors considerable
> latitude wrt evaluation strategies.  I suspect that most XSLT
> processors already use lazy evaluation to some degree.

It's true that implementors can choose to evaluate expressions
in any fashion they like as long as the result is the same
as if evaluated by the process described in the spec. However,
this doesn't help much in this situation. The only thing
a user can rely on is (from 3.2 in the spec):

"A FunctionCall expression is evaluated by using the FunctionName to identify
a function in the expression evaluation context function library, evaluating
each of the Arguments, converting each argument to the type required by the
function, and finally calling the function, passing it the converted
arguments."

By this definition a recusive function written with an exsl:if () extension
function would recurse for ever. It could work in some implementations
that for example utilize lazy evaluation, but it would be implementation
dependent hence you can't count on it.

Cheers,

</David>

David Rosenborg
Pantor Engineering AB


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.