Re: [basex-talk] user.dir and BaseX Add Command

2013-12-01 Thread Christian Grün
Hi Simon, The reason for the trouble was the following Java operations do different things if user.dir is changed: new File(X).mkdirs() new File(X).getAbsoluteFile().mkdirs() I’ve rewritten our file operations such that they are always resolved against the absolute file path. I can’t

Re: [basex-talk] map:module. Behavior of maps of nodes

2013-12-01 Thread jean-marc Mercier
Christian, Concerning this topic, it took me a whole week of quite hard work to write a Red / Black removable tree written in XQUERY, together with a map interface that mimic the basex one. However I won't go public, and would advise not to use it, because it suffers from performance issues. I