Re: [basex-talk] Duplicate files when using webDAV and batch processes

2018-05-25 Thread Christian Grün
Hi France, I have finalized the WebDAV rewritings. The warning you observed shouldn’t occur anymore (the same applies to the returned stack trace, which was a consequence of the default user not being assigned to the internal locks). Have fun while testing, Christian [1]

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] Controlling json serialization of JSON-XML

2018-05-25 Thread Hondros, Constantine (ELS-AMS)
Hello all, I'm expecting the answer to be no, but is it possible to influence the JSON serialization of elements at all? xml-to-json( http://www.w3.org/2005/xpath-functions;> 10111234 ) Results in {"number":1.0111234E7} I read this in the spec, so it looks like the number is always

Re: [basex-talk] How to pass a document as context to QueryProcessor

2018-05-25 Thread wd
Hi Christian, It worked like a charm! This IO classes opens a new and interesting possibility for using BaseX as an standalone XQuery processor. Gracias por tu ayuda! - William -Original Message- From: Christian Grün Sent: jueves, 24 de mayo de 2018 5:25

[basex-talk] Deploying BaseX + data + client

2018-05-25 Thread Jonathan Robie
I have written a Python package for querying Greek syntax from Jupyter Notebook. It relies on BaseX and one or more open data resources found in GitHub repositories. I want to make it available to the public in a way that is easy to install. One possibility is to write a Python script that uses

[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: