summaryrefslogtreecommitdiffstats
path: root/XQTS/TestSources/test1-lib.xq
blob: 6b497d58a50b6c7de537da5194798ef6aacbd659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(:*******************************************************:)
(: 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 () as xs:string
{
   "ok"
};