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