Re: [basex-talk] feature request: opening database at arbitrary file path

2022-02-24 Thread Eric Levy
> > The base case for an embedded database has no user model, and > > supports > > creation of new databases only through the target path. However, > > such > > differences might press the limits of a benign request. > > > > If a target path is needed beyond the database itself, then it > > might

Re: [basex-talk] bizarre exceptions

2022-02-24 Thread Leo Studer
Hi Christian Thanks for your answer. Same on my intel MacBook MacOS 12.2.1, openJDK 17.0.2, BaseX 9.6.4 The Exceptions are thrown during startup of the GUI. The program behaves correctly as far as I can tell. Best regards, Leo > On 24 Feb 2022, at 21:34, Christian Grün wrote: > > Hi Leo, >

Re: [basex-talk] .

2022-02-24 Thread Hans-Juergen Rennau
Am Anfang war das Wort und nicht das Geschwätz, und am Ende wird nicht die Propaganda sein, sondern wieder das Wort. Gottfried Benn Am Donnerstag, 24. Februar 2022, 12:11:23 MEZ hat Christian Grün Folgendes geschrieben: It’s a dire day. We wish safety and the rapid establishment of

Re: [basex-talk] bizarre exceptions

2022-02-24 Thread Christian Grün
Hi Leo, Which JDK version are you using? Maybe you get more helpful error output with BaseX in debug mode (basexgui -d). Mac support with BaseX 10 will differ slightly from the status quo, as JDK 11 comes with improved support for Apple. Do you get the same error messages with our snapshot [1]?

Re: [basex-talk] string-join with a newline separator?

2022-02-24 Thread Zimmel, Daniel
> Ok, at least in the GUI using as separator works. > Is this a HTML-specific separator? no, this is the decimal notation of a line feed in UTF-8. Not sure what you environment expects your encoding, you might want to try carriage return instead () Line endings can be fun. Best Daniel

Re: [basex-talk] string-join with a newline separator?

2022-02-24 Thread Ben Engbers
Ok, at least in the GUI using as separator works. Is this a HTML-specific separator? I use 'string-join' in R in the following statement: Query_Stmt <-paste( 'import module namespace functx = "http://www.functx.com;;', 'for $Debat at $CountOuter in collection("Parliament"),', '$Turn in

Re: [basex-talk] string-join with a newline separator?

2022-02-24 Thread Zimmel, Daniel
or, if you prefer, you could even use a function for this, see https://docs.basex.org/wiki/Output_Module out:nl() Von: BaseX-Talk Im Auftrag von Bridger Dyson-Smith Gesendet: Donnerstag, 24. Februar 2022 16:57 An: ben.engb...@be-logical.nl Cc: Basex Mail-lijst Betreff: Re: [basex-talk]

Re: [basex-talk] string-join with a newline separator?

2022-02-24 Thread Bridger Dyson-Smith
Hi Ben, On Thu, Feb 24, 2022 at 10:44 AM Ben Engbers wrote: > Hi, > > My xml has the structure > > > >bla > > > > >bla > > >bla > > > > > The element contains 1 to many elements. > > let $tekst :=

[basex-talk] string-join with a newline separator?

2022-02-24 Thread Ben Engbers
Hi, My xml has the structure bla bla bla The element contains 1 to many elements. let $tekst := fn:string-join(fn:data($par//al/text()), ".") concatenates this to: bla.bla.bla But I want it to return: bla bla bla Is it possible

[basex-talk] bizarre exceptions

2022-02-24 Thread Leo Studer
Hello I installed BaseX with homebrew on my mac and call basexgui in the terminal. The GUI opens and all goes well. After quit I get the below exceptions in the terminal. Anyone an idea what that is about? Thanks for the good work of the BaseX team Cheers Leo

[basex-talk] .

2022-02-24 Thread Christian Grün
It’s a dire day. We wish safety and the rapid establishment of peace to our fellows and friends in Ukraine. BaseX 9.7 was scheduled for today, it will be postponed.

Re: [basex-talk] feature request: opening database at arbitrary file path

2022-02-24 Thread Christian Grün
> The base case for an embedded database has no user model, and supports > creation of new databases only through the target path. However, such > differences might press the limits of a benign request. > > If a target path is needed beyond the database itself, then it might be > passed on the