blob: b3bc1acf5afca7cb329d0e876e762499737cb3f7 [file] [log] [blame]
(:*******************************************************:)
(: Test: modules-1.xq :)
(: Description: Namespaces from imported modules are not visible. :)
(:********************************************************** :)
(: insert-start :)
import module namespace defs="http://www.w3.org/TestModules/defs";
declare variable $input-context external;
(: insert-end :)
<foo:anElement>some Content</foo:anElement>