blob: d1423f7f8d245cdd1cd89f81cd31dbe7d82c29f1 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl060.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//Price/text() ;
$x