Re: [basex-talk] about special characters

2018-05-21 Thread BitRider001
Update in case someone finds this helpful: The mangled special characters are due to the CSV file not being in the proper encoding. I had assumed that when I exported the Excel sheet to CSV and selected UTF that the CSV file would be in UTF, sadly that is not the case. Doing a file command on

Re: [basex-talk] BaseX-Talk Digest, Vol 101, Issue 37

2018-05-21 Thread Martin Lourduswamy
Hi, I would like to know how to copy a database from one server to another server, please let me know. Is it export and get and load xml or is there another way to do it, thanks for the clarification, Regards Martin Lourduswamy On Mon, May 21, 2018 at 6:00 AM,

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

2018-05-21 Thread France Baril
Hi, The first round of tests looks good. We'll try it in production and see how it responds with multiple users. The only issue (warning not error) I got was when trying to open a file if the server is busy with a process. The message is : [qtp1635546341-17] WARN com.bradmcevoy.http.LockInfo -

Re: [basex-talk] New BaseX setup

2018-05-21 Thread Bridger Dyson-Smith
Hi Alex, On Mon, May 21, 2018 at 11:23 AM Alexander Holupirek wrote: > If you (and maybe others) are interested we could give a webinar about > RESTXQ and the nuts and bolts of it. > > If something like this is possible, please count me as being Very Interested. > Cheers,

Re: [basex-talk] New BaseX setup

2018-05-21 Thread Alexander Holupirek
If you (and maybe others) are interested we could give a webinar about RESTXQ and the nuts and bolts of it. Cheers, Alex > On 21. May 2018, at 16:48, Christian Grün wrote: > > Hi France, > > RESTXQ is certainly what will cover all your requirements. Did you

Re: [basex-talk] New BaseX setup

2018-05-21 Thread Christian Grün
Hi France, RESTXQ is certainly what will cover all your requirements. Did you have a look at it? The DBA code, which is distributed along with BaseX, could be helpful to understand better what can be done with this API. Hope this helps, Christian France Baril

[basex-talk] New BaseX setup

2018-05-21 Thread France Baril
Hi, In one of my projects, we are trying to refactor our code so it uses a node.js client. We have extensive functions that do more than just get data in our .xqm. They were implemented around the http server and our web application was calling the REST functions we implemented using jquery AJAX