util/tests/auto/xmlpatterns/queries/simpleLibraryModule.xq
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 module namespace prefix = "http://example.com";
       
     2 declare function prefix:myFunction()
       
     3 {
       
     4 1
       
     5 };