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