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