- From: Stéphane Mbaye <stephane.mbaye@gael.fr>
- Date: Sat, 19 Jun 2004 16:33:35 +0200
- To: "XQuery" <www-ql@w3.org>
Received on Saturday, 19 June 2004 10:37:22 UTC
Dear all,
Do the FLWOR bindings override the variables of the static or dynamic contexts, or should an error be raised ?
Example :
declare variable $a { 7 } ;
for $a in ( 1 to 10 )
return $a
Regards
Stephane Mbaye
Received on Saturday, 19 June 2004 10:37:22 UTC