blob: fde5a260780b6db3acc1277a8813754e200e1d84 [file] [log] [blame]
(: name : cast-to-parent-21 :)
(: description : Casting from a short to a double.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:short(10E2)
return $value cast as xs:double