blob: 12825836277c482efce0774817cc1b37ee10e432 [file] [log] [blame]
(: name : cast-derived-19 :)
(: description : Casting from double to an int.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:double(10E2)
return $value cast as xs:int