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

RE: Java Extension Functions and XT

Subject: RE: Java Extension Functions and XT
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 28 Jul 1999 18:08:08 +0100
RE: Java Extension Functions and XT
> So if I understand correctly, when I used <xsl:variable
> name="seed"><xsl:value-of 
> select="string(logon:seed())"/></xsl:variable> I
> created a text macro that was then evaluated on each use. Repeatedly
> inserting and evaluating a text macro caused the function to be called
> repeatedly which in my case caused the value to change.
>
What the spec says is that this creates a "result tree fragment". It doesn't
say whether it creates it once or whether it does it repeatedly each time
the variable is used. From your evidence xt is doing it repeatedly. SAXON
only does it once, when the variable is declared. I believe that both
behaviours are strictly correct according to the spec. It would also be
correct to evaluate the function repeatedly when you use the "select"
syntax, since there is nothing in the spec to say that a variable should not
be re-evaluated each time it's used.

I think it would be useful if the spec said something about whether or not
extension functions can have side-effects and what to expect if they do.
It's not something the implementor can enforce, of course.

Mike Kay


 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.