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