Hi
I am adding new documents to collection and would like to have base-uri without prefix of BaseX startup location

> add as 3ndtest to \special\path <root/>
Path '3ndtest' added in 3.88 ms.
> xquery for $doc in collection() return base-uri($doc)
file:/D:/opt/BaseX/second.xml file:/D:/opt/BaseX/second.xml file:/D:/opt/BaseX/s
econd.xml file:/D:/opt/BaseX/second.xml file:/D:/opt/BaseX/third.xml file:/D:/op
t/BaseX/third.xml file:/D:/opt/BaseX/third.xml file:/D:/opt/BaseX/test file:/D:/
opt/BaseX/2ndtest file:/D:/opt/BaseX/path/3ndtest file:/D:/opt/BaseX/special/pat
h/3ndtest file:/D:/opt/BaseX/special/path/3ndtest file:/D:/opt/BaseX/special/pat
h/3ndtest
Query executed in 2.68 ms.
>

I tried many ways how to specify target - without and with slash and backslash - no change.
Is there any way to manage that?

Jan Vlčinský

PS: Be sure this is not a problem if it is not possible. it would be only a bit nicer.