Re: [basex-talk] no value assigned to external variables in xq when running bxs->bxs->xq

2018-05-29 Thread Christian Grün
The issue could be resolved (variables specified via BINDINGS will now only be resolved at compile time); a new snapshot is available. On Fri, May 25, 2018 at 2:00 PM, Christian Grün wrote: > Hi Thomas, > > Thanks for the reproducible example, always appreciated. I have added > an issue for

Re: [basex-talk] no value assigned to external variables in xq when running bxs->bxs->xq

2018-05-25 Thread Christian Grün
Hi Thomas, Thanks for the reproducible example, always appreciated. I have added an issue for that [1], and I’ll look into it soon. Best, Christian [1] https://github.com/BaseXdb/basex/issues/1572 On Fri, May 25, 2018 at 8:32 AM, Freihalter Thomas wrote: >

[basex-talk] no value assigned to external variables in xq when running bxs->bxs->xq

2018-05-25 Thread Freihalter Thomas
Hello, I am using basex 9.0.1 and have this 3 files: test.xq: declare variable $test external; $test test.bxs: test=foo run.bxs: Running test.bxs is okay basex -v test.bxs BINDINGS: test=foo foo Query "test.xq" executed in 5.4 ms. basex -v run.bxs BINDINGS: