blob: cd0f987f30aaea1ddea69c293b857e1478785892 [file] [log] [blame]
(:*******************************************************:)
(: Test: test1c2-lib.xq :)
(: Written By: Mary Holstege :)
(: Date: 2005/12/05 14:47:00 :)
(: Purpose: Circular import test :)
(:*******************************************************:)
module namespace test2="http://www.w3.org/TestModules/test2";
(: start-insert :)
import module namespace test1="http://www.w3.org/TestModules/test1";
(: end-insert :)
declare function test2:ok ()
{
"ok"
};