Re: [basex-talk] C# Client for BaseX 8.2.3

2015-08-21 Thread Martín Ferrari
I've forked and created a pull request in Github. I'm not really keen on Github so I'm not sure that's what I was supposed to do... Thanks, Martín. > From: christian.gr...@gmail.com > Date: Thu, 20 Aug 2015 13:59:26 +0200 > Subject: Re: [basex-talk] C# Client for BaseX 8.2.3 > To: ferrari_mar

Re: [basex-talk] non-ascii collection names over WebDAV?

2015-08-21 Thread Christian Grün
Thanks; I could create similar behavior. Now listed as bug on GitHub [1]. Christian [1] https://github.com/BaseXdb/basex/issues/1184 On Fri, Aug 21, 2015 at 1:30 PM, Andreas Jung wrote: > I could reproduce this using cadaver > > dav:/webdav/> ls > Listing collection `/webdav/': collection is em

Re: [basex-talk] non-ascii collection names over WebDAV?

2015-08-21 Thread Andreas Jung
I could reproduce this using cadaver dav:/webdav/> ls Listing collection `/webdav/': collection is empty. dav:/webdav/> mkcol üöäß Creating `üöäß': succeeded. dav:/webdav/> ls Listing collection `/webdav/': succeeded. Coll: uoas and using Python 2.7 (using pyfilesystem API). Andreas On 21

Re: [basex-talk] non-ascii collection names over WebDAV?

2015-08-21 Thread Christian Grün
> does BaseX support the creation of collections containing non-ascii > (uft8-encoded) characters? > > In my case we have a functionality to import a ZIP file into BaseX or > Exist-DB over WebDAV. > File names and directory names must be preserved. BaseX seems to normalize > names to ascii. > An

Re: [basex-talk] Looks like...

2015-08-21 Thread Philipp Steiner
Hi Scoobs, unless you already know a lot about XML, XPath & XQuery (and just didn't use java much so far), i think BaseX might be a little overkill for your use-case. I would recommend an App like Gnome Contacts (allows creation of custom fields for grad dates, courses and freeform notes) fo

Re: [basex-talk] Looks like... (Scoobbs)

2015-08-21 Thread cmarchand
Hi Scoobbs, you are perfectly right, the basex available on ubuntu repository is quite old. But, your mail smells (bad) ! Basex team is responsible on developing basex, and not on publishing packages for all OS, as explained by Dirk Kirsten. You can't fight again BaseX team if the actual pac

Re: [basex-talk] Create XQuery map from from Java

2015-08-21 Thread Andy Bunce
Thanks. That is helpful. /Andy On 18 August 2015 at 16:49, Christian Grün wrote: > Hi Andy, > > Please check the attached Java class for a basic example. Feel free to > ask for more details. > > Christian > > > On Tue, Aug 18, 2015 at 12:58 PM, Andy Bunce wrote: > > Hi, > > Is there a simple e

[basex-talk] non-ascii collection names over WebDAV?

2015-08-21 Thread Andreas Jung
Hi there, does BaseX support the creation of collections containing non-ascii (uft8-encoded) characters? In my case we have a functionality to import a ZIP file into BaseX or Exist-DB over WebDAV. File names and directory names must be preserved. BaseX seems to normalize names to ascii. Any wa

Re: [basex-talk] Looks like...

2015-08-21 Thread Dirk Kirsten
Hello Scoobbs, you are right, the main software repositories for many linux distributions contain mostly outdated BaseX versions. Unfortunately, it is not that easy to build correct packages for all distributions (as you surely know, there are many Linux distributions around and there are several

Re: [basex-talk] Same XQuery faster 2nd+ time

2015-08-21 Thread Philipp Steiner
Hi Christian, thank you, good to know, that's exactly the answer i was looking for. I will change my benchmarks accordingly... All the best, Philipp On 18.08.2015 17:43, Christian Grün wrote: Hi Philipp, 1st FLOWR query on collection: ~700ms 2nd+ identical query same collection: just ~200m