blob: 375f0f7c2e1e0ab7843eaf71a04bdd0a87a1f7c6 [file] [log] [blame]
(:*******************************************************:)
(: Test: LetExpr009.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed May 11 13:55:57 2005 :)
(: Purpose : More than one variable cross referencing compatible values :)
(:*******************************************************:)
let $x:=1, $y:=<a>{$x+1}</a>
return $y