Re: [basex-talk] mapping functions

2023-08-15 Thread gerrit . imsieke
You can import the library module in the evaluated expression. Example: https://github.com/transpect/control-backend/blob/main/webapp/control-backend.xqm#L60 Gerrit Sent from MailDroid -Original Message- From: Graydon Saunders To: BaseX Sent: Wed, 16 Aug 2023 4:42 Subject:

[basex-talk] mapping functions

2023-08-15 Thread Graydon Saunders
Hello -- I have various databases that will be run through the same code after their contents is regularized. So the only different function is the one used for regularization. This can be handled by writing a wrapper function and passing in a label to say which function to use, but I was

[basex-talk] Use Bash to construct multi-file form submission

2023-08-15 Thread Eliot Kimber
This is not strictly a BaseX question but it is in the context of communicating with a BaseX-implemented REST service and I’m hoping someone in this community can answer my question as I’ve not found a solution the interwebs. I’ve implemented a POST method that expects a multi-part form request