[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

flowrrr - how to structure a function?

Michael Kay mhk at mhk.me.uk
Wed Oct 18 14:35:00 PDT 2006


  flowrrr - how to structure a function?
> 
> You also need an execution model in which it is predictable 
> whether the function is actually called or not.
> 

Incidentally (responding to my own remark) that's a problem we had to tackle
in defining the semantics of xsl:result-document in XSLT 2.0. We ended up
with an approach in which the dynamic context for an expression contains a
boolean flag indicating "final output state" or "temporary output state",
and xsl:result-document can only be executed in "final output state". While
you're evaluating a function or a variable you're in temporary output state.
In final output state you get a guarantee that expressions are evaluated
exactly once, though with no guarantee of order of execution.

Because template calls preserve the current output state, while function
calls switch it to "temporary", templates and functions in XSLT behave
slightly differently, analogous to updating and non-updating functions in
XQuery Update: except that unlike an updating function, a template does
return a result.

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



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-2007 All Rights Reserved.