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