blob: e989c6b35233cc2a1d73065413abbd4d030bee3f [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl059.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
declare variable $x := ($input-context//book/price, (), (1)) ;
$x