Re: [basex-talk] BaseX 10 • The Double-Digit Summer Edition

2022-08-02 Thread Marco Lettere
THANKS! M. On 01/08/22 15:27, Christian Grün wrote: Dear all, It’s been around 15 years ago when the first Open-Source version of BaseX was released. Thanks to the continuous support of all of you, we are thrilled today to announce the first double-digit version of our XML framework:

[basex-talk] RESTXQ use cases for POST, PUT and DELETE

2022-08-02 Thread Stefan Ziegler
Hi I'm wondering what are real world use cases for POST, PUT and DELETE requests? Are they used for updating / importing / deleting data into e.g. an xml database? Or is it common to use it e.g. for uploading an xml file and transform it into a pdf (with xsl-fo)? regards Stefan

[basex-talk] Multi-valued values in maps - sequences vs arrays

2022-08-02 Thread Bridger Dyson-Smith
Hi all - I would appreciate some help understanding how I might go about having a multi-valued array as the value of a map key, or if this is even possible; e.g. map{ "key": [1,2,3,4,5] } I've tried various combinations of array:flatten and array:join, but things always wind up in a sequence.