blob: cba0e6c3fd61e48f858494836876e20d0caead33 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1413 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:anyURI as source type and xs:base64Binary as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:anyURI("http://www.example.com/an/arbitrary/URI.ext") castable as xs:base64Binary)