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