blob: 41629857a47a4cc0c1aa7f9193e7d50fa86f689c [file] [log] [blame]
(:*******************************************************:)
(: Test: K2-NamespaceProlog-1 :)
(: Written by: Frans Englich :)
(: Date: 2006-08-04T17:13:26Z :)
(: Purpose: A namespace declaration cannot occur twice for the same prefix, no matter what. :)
(:*******************************************************:)
declare namespace myPrefix = "http://example.com/";
declare namespace myPrefix = "";
1