blob: 92c65903b0db6ba87479ede86064b35ad2ed2df4 [file] [log] [blame]
(:*******************************************************:)
(: Test: K2-SeqExprCast-1 :)
(: Written by: Frans Englich :)
(: Date: 2006-08-04T17:13:26Z :)
(: Purpose: Cast to xs:QName where the prefix is declared in the prolog. :)
(:*******************************************************:)
declare namespace myPrefix = "http://example.com/";
"myPrefix:ncname" cast as xs:QName eq QName("http://example.com/", "anotherPrefix:ncname")