blob: b18f765d7b441d4661a5aa247b317b2e06e625bd [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1326 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Casting from xs:hexBinary to xs:string is allowed and should always succeed. :)
(:*******************************************************:)
xs:hexBinary("0FB7") cast as xs:string
ne
xs:string("an arbitrary string")