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