blob: 5b75ee5b1fa2fec1292dfb990abcac86c9d3661c [file] [log] [blame]
(:*******************************************************:)
(: Test: LetExpr007.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed May 11 13:55:57 2005 :)
(: Purpose : A node with an expression in curly braces :)
(:*******************************************************:)
let $x:=<a>{1+1}</a>
return $x