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