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