Re: [basex-talk] Binding variables in scripts (bxs)

2013-06-12 Thread Christian Grün
Hi Wendell, could you provide me with a little example that demonstrates the behavior? I tried the following: – example.bxs: xquery$a/xquery – command-line: basex -cset bindings $a=1 example.bxs …and I got 1 as correct result. I assume your scenario differs a little? Best, Christian

[basex-talk] Binding variables in scripts (bxs)

2013-06-11 Thread Wendell Piez
Hi, I'm sure you will forgive me if this is as dumb as I'm afraid it might be ... trying to cover all possibilities here. We recently upgraded (now on 7.7beta) and external scripts stopped working as expected -- variable bindings of the form SET BINDINGS $db=my-db,$start=20001,$count=1 no