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