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