I am using gradle 6.8 and MarkLogic version is 10.0-5.2,
My XQuery code is in directory \ml-gradle\src\main\common
. When I run the command mlLoadModules
to load XQuery into the modules database it loads with default URI /common/test.xqy
.
I want to add some prefix to the URIs e.g. /rsc/common/test.xqy
. How can I achieve that?
Note: I don't want to create an extra folder in my source for prefix "rsc
".