Variables and FLWOR bindings

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