blob: 570251c3d2a81430bb90b4a332d6aaa5e91b856e [file] [log] [blame]
(:*******************************************************:)
(: Test: K2-NamespaceProlog-3 :)
(: 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 = "http://example.com/TheSecondOne";
declare namespace myPrefix = "";
1