Re: [basex-talk] hof:until is gone?

2024-03-27 Thread Graydon
On Thu, Mar 28, 2024 at 12:14:45AM -0400, Liam R. E. Quin scripsit: > On Wed, 2024-03-27 at 23:57 -0400, Graydon Saunders wrote: > > What's the appropriate pattern for "process a sequence, toggling an > > action on or off based on the last member of the sequence we looked > > at?" > > One

Re: [basex-talk] hof:until is gone?

2024-03-27 Thread Liam R. E. Quin
On Wed, 2024-03-27 at 23:57 -0400, Graydon Saunders wrote: > > > What's the appropriate pattern for "process a sequence, toggling an > action on or off based on the last member of the sequence we looked > at?" One approach might be to use fold-left on (1 to count($input)), with $input in scope,

[basex-talk] hof:until is gone?

2024-03-27 Thread Graydon Saunders
Hello -- So I'm trying to do this: import module namespace xcs = "http://www.xcential.com/xquery/utils/script; at "same-words-same-order-script.xqm"; (: we don't need xc computationally but there are external variables in that namespace in scope :) import module namespace xc =

[basex-talk] error Access Denied

2024-03-27 Thread Synnott, Stephane
Hi, I have a C# .net application on my local machine, I have started the BaseX server and I want to use BaseX in my .Net application but as soon as I want to create a Session: Session session = new Session("localhost", 1984, "admin", "admin"); I also tried with no username and password but it