blob: 2e25f7060dbe55581331efad5245e337d5a89291 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl062.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/processing-instruction() ;
$x