summaryrefslogtreecommitdiff
path: root/XQTS/TestSources/module2-lib.xq
blob: d2c0a91cf20b3c5f7c81e707a4c571e5d7cc259b (plain)
1
2
3
4
5
6
7
8
9
10
(:*******************************************************:)
(: Test: module2-lib.xq                                  :)
(: Written By: Carmelo Montanez                         :)
(: Date: 2006/07/13                                     :)
(: Purpose: Library module with function called by another module.:)
(:*******************************************************:)

module namespace mod2="http://www.w3.org/TestModules/module2";

declare function mod2:y() {"y"};