blob: 6dc74e02165b9046d4dec31c8d788c894b5f2382 [file] [log] [blame]
(: name : cast-within-20 :)
(: description : Casting from long to unsignedInt.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:long(10)
return $value cast as xs:unsignedInt