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

Global variables in XQuery

Martin Probst martin at x-hive.com
Wed Oct 4 18:49:47 PDT 2006


  Global variables in XQuery
Hi,

> In paricular, I am not able to modify the value of a global
> variable inside a user-defined function. Here is an example:

It is not possible to modify the value of a previously defined  
variable in XQuery, ever.

Somehow it was decided, that it's legal to define another variable  
with the same name as the original. This is what you do, the variable  
within your function is totally distinct from the global variable, it  
just happens to have the same name. Additionally, you always declare  
a new variable in the function body within the loop, which also has  
the same name. With each iteration of the loop, the variable goes out  
of scope again.

(maybe this list should get a FAQ? Or maybe someone should write this  
in bold letters into the preamble of the spec?).

Martin



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.