blob: b26f3bba363a502f2a29f341bb9e04524d881d43 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-498 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:double to xs:string is allowed and should always succeed. :)
(:*******************************************************:)
xs:double("3.3e3") cast as xs:string
ne
xs:string("an arbitrary string")