blob: 1efe5658374153b1a6ccbfcf687e5cd4c63afffd [file] [log] [blame]
(:*******************************************************:)
(: Test: test1collide2-lib.xq :)
(: Written By: Mary Holstege :)
(: Date: 2005/12/05 14:47:00 :)
(: Purpose: Simple library module with collisions :)
(:*******************************************************:)
module namespace test1="http://www.w3.org/TestModules/test1";
declare function test1:ok ()
{
"ok"
};