Hi christian, yes this is the point :
Stopped at C:/Jiheme/informatique/workspace/Graph DataBase/module/common.xq, 31/89: [XPST0017] Function 'local:test' is not visible from this module.
If this is desired, it means that we can not use the inspection module as soon as there is %private annotation in any imported module.
Maybe an alternative behavior for the inspection module could be to ignore %private functions ?
2013/12/2 Christian Grün christian.gruen@gmail.com
However, If the function test is located in another module, say test,
then
the following code
import module namespace test="http://www.example.com/test" at test.xq";
for $fun in inspect:functions() return "gotcha"
raise an exception.
If you mean the exception "Function 'test:test' is not visible from this module.", that’s how it should be. If you mean another exception, could you please provide us with an SSCCE?
Christian