blob: 5e2db6f17587e586b709fbcc8569a16b718bc3b5 [file] [log] [blame]
(:*******************************************************:)
(: Test: modules-16.xq :)
(: Description: Evaluation of module import with "xml" prefix. :)
(:********************************************************** :)
(: insert-start :)
import module namespace xml="http://www.w3.org/TestModules/test1";
declare variable $input-context external;
(: insert-end :)
xs:string($xml:flag)