> Thank you! Follow up (strange) question. Is there the ability to "unload" a > module dynamically?
Imported modules will stay in the context until the query execution is completed. > -----Original Message----- > From: Christian Grün <[email protected]> > Sent: Sunday, March 13, 2022 4:50 PM > To: Buddy Kresge <[email protected]> > Cc: BaseX <[email protected]> > Subject: Re: [basex-talk] Way to Dynamically import a module? > > 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

