This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The following comment is wrong, since the point of this test is to test the behaviour when it does NOT use anything of an imported module: (:*******************************************************:) (: Test: errata8-module3b.xq :) (: Written By: John Snelson :) (: Date: 2009/10/01 :) (: Purpose: Module that imports another module and uses a function from it, testing circular dependencies :) (:*******************************************************:) module namespace errata8_3b="http://www.w3.org/TestModules/errata8_3b"; import module namespace errata8_3a="http://www.w3.org/TestModules/errata8_3a"; declare variable $errata8_3b:var := 10;
Fixed.