Re: [basex-talk] impressed! and already trying to run before I can walk

2015-02-05 Thread José Tomás Atria
Hey Alexander, A while ago I put together a couple of files to run basex as a system daemon using init. I don't know if this is still useful after the move to systemd or upstart, but just in case it is of some use, I'm sharing it here: https://github.com/jtatria/basexd Best, jta On Thu Feb 05

[basex-talk] Order of nodes in reversed axes

2014-04-16 Thread José Tomás Atria
Hello all, I've been looking for an authoritative answer to this, but have been unable to find one. I'm trying to reliably get the nearest ancestor of a node. ie with this test data: let $test := element test { attribute id { 4 }, element test { attribute id { 3 }, element test {

Re: [basex-talk] Order of nodes in reversed axes

2014-04-16 Thread José Tomás Atria
Thank you all for your answers. I was just tryig to determine if $test/ancestor::element()[1] would be the correct way of getting the nearest ancestor, as I couldn't find whether axes were ordered or not in the xpath specification. Thanks! ps: Parent doesn't apply, because the relevant node is

Re: [basex-talk] Order of nodes in reversed axes

2014-04-16 Thread José Tomás Atria
with the wrong expression for your intended usage. On Wed, Apr 16, 2014 at 8:48 PM, José Tomás Atria jtat...@gmail.com wrote: Thank you all for your answers. I was just tryig to determine if $test/ancestor::element()[1] would be the correct way of getting the nearest ancestor, as I

Re: [basex-talk] BaseX-Talk Digest, Vol 51, Issue 20

2014-03-19 Thread José Tomás Atria
I would assume he refers to the fact that the ft index is not used in searches of text across several nodes, or, related, that BaseX does not support the ignore option of the W3C recommendation ( http://docs.basex.org/wiki/Full-Text#Mixed_Content). I am also interested in this, but I have managed

[basex-talk] Performance questions

2013-12-12 Thread José Tomás Atria
Dear all, I have a possibly dumb/trivial question with regards to resource utilization with BaseX. It's basically two things: 1) I'm working with a database that is smaller than the available memory in my main research machine. I noticed the MAINMEM option, but for some reason I couldn't get it

[basex-talk] Basex Gui as server client?

2013-12-09 Thread José Tomás Atria
Hello all, I am trying to run basex as a system daemon in ubuntu linux, and I have managed to get the server up and running on its own home dir, etc[1]. I can connect to the server with both the supplied basexclient CLI utility, and with my own perl client (using a local implementation of the