Hello !
we would like to execute thru basexclient a xquery script that includes a xquery module :
xquery encoding "utf-8";
declare namespace db="http://basex.org/modules/db";
import module namespace om-ll='http://els.eu/ns/efl/offresMetiers/CreateCIActu/lowLevel' at 'lowLevel.xqm';
With basexgui and basex CLI, no problem. But with basexclient, it seems included files are not send to server, so server can not resolve dependencies, and compile xquery.
I can understand that compilation must be done on server-side - well, at least optimization - but client could parse the .xq file to check if there are imports, and either push them to server, or throw an error without accessing the server.
Is this an issue ?
Is there an utility-tool which allows to generates a single script file from a .xq and included .xqm, that I could use before running basexclient ?
Best regards,
Christophe