Re: [basex-talk] Way to Dynamically import a module?

2022-03-13 Thread Christian Grün
Hi Buddy,

> I was wondering if in BaseX there is a way at run time to import a .xqm 
> module, outside of the traditional “import module” statement.

Check out inspect:functions [1].

Hope this helps,
Christian

[1] https://docs.basex.org/wiki/Inspection_Module#inspect:functions


[basex-talk] Way to Dynamically import a module?

2022-03-13 Thread Buddy Kresge
I was wondering if in BaseX there is a way at run time to import a .xqm module, 
outside of the traditional "import module" statement.

Thanks in advance for any guidance you can provide.

Buddy