Variables and FLWOR bindings
Stéphane Mbaye <[email protected]> Sat, 19 Jun 2004 16:33:35 +0200
| Newsgroups | gmane.comp.web.query-languages |
|---|---|
| Message-ID | <[email protected]> |
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