Hi,
I'm creating multiple projects that rely on the same base. Each project is set a a separate BaseX installation because each needs its own DBs and its own code. However, some of the .xqm are relevant to many projects. I've tried creating symlinks to the reusable components, but all I get is a message telling me that #0 is an unacceptable character in my symlink file.
I've been referencing it as: import module namespace name = "uri" at "symlink.xqm";
I am not surprised that this doesn't work, but I had to try it. I'm still hoping that there is a way to reuse code without creating multiple instances of each .xqm.
Thanks,
France