blob: 69c60a5636450e7f950b204447e144a4ce22233d [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1261 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:boolean as source type and xs:anyURI as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:boolean("true") castable as xs:anyURI)