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