blob: 00a793fbd4f3ad9c31509bff3ac6f1354d1830b3 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-581 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:decimal as source type and xs:base64Binary as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:decimal("10.01") castable as xs:base64Binary)