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