blob: 4a18f4b0434ed10506e469587e241df1617c5644 [file] [log] [blame]
(: Name: namespaceDecl-1:)
(: Description: Evaluation of multiple namespace declarations with same prefix. Should raise static error.:)
declare namespace foo = "http://www.example.com/examples";
declare namespace foo = "http://www.example.com/examples";
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
a