blob: 2381584968946dc2325828de5c90fea35ea58c84 [file] [log] [blame]
(: Name: vardeclwithtype-1 :)
(: Description: Evaluates an internal variable declaration with type:)
(: Use type xs:string. :)
declare variable $var as xs:string := "abc";
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
$var