Hello,
We think we've found something that looks like a bug. In the minimal file test_A.xqm, we declare a default namespace and a function with a very simple path annotation (without variable). It works just fine. In test_B.xqm, we just declare a function with a variable in its path annotation. This is OK as well. In test_C.xqm, we declare both a default namespace and a path annotation with a variable. This raises a NullPointerException as you can see in error.html (which also provide version number informations).
The choice between variables in path annotation and default element namespace is a difficult one! We'd like to use them both! Or are we missing something ?
Best,
Jean-Philippe