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