blob: 8d70350283dfa2c38ad2812da2de7d0247463aed [file] [log] [blame]
(:*******************************************************:)
(: Test: modules-10.xq :)
(: Description: Evaluation of import module feature that applies the :)
(: lower case function to a value from an imported module.:)
(:********************************************************** :)
(: insert-start :)
import module namespace test1="http://www.w3.org/TestModules/test1";
declare variable $input-context external;
(: insert-end :)
fn:lower-case(test1:ok())