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