Re: [basex-talk] http PUT

2014-11-13 Thread Marco Lettere
Hi Peter, you could check out the documentation at docs.basex.org. In particular the part on the REST interface and http://docs.basex.org/wiki/REST#PUT_Requests that documents the effects of accessing BaseX through REST. Cheers, Marco. On 13/11/2014 00:38, p...@themail.co.uk wrote: Hello

Re: [basex-talk] http PUT

2014-11-13 Thread Arve Gengelbach
Hi Peter, in additon to Marco’s remark, you could also provide your own functionality via [RESTXQ]. cheers Arve [RESTXQ] http://docs.basex.org/wiki/RESTXQ#HTTP_Methods On 13 Nov 2014, at 10:06, Marco Lettere marco.lett...@dedalus.eu wrote: Hi Peter, you could check out the documentation

[basex-talk] CSV : escape character feature

2014-11-13 Thread Fabrice Etanchaud
Dear all, I did not find a way to specify how to escape quotes when importing a csv file with quotes=yes. Here is an example : 12345|TOTO LE HERO|Toto le héro 3 \A'' LP|67|8051|4000|XX||LU|||ITE|||GB||20.10 where quotes are escaped with a leading \ (the '' after the A are two single quotes).

[basex-talk] GUI feature request Add as import

2014-11-13 Thread Andy Bunce
Hi, I often find myself adding module imports in the GUI and I wonder if the following suggestion might speed up that process. Add a new menu item to the filelist right click context menu Add as import when the file selection is a XQuery module. The action would be to add a line to the current

[basex-talk] Use xquery:eval or not?

2014-11-13 Thread Marc van Grootel
Hi, I would like to ask some advice. For my Origami[1] library I'm exploring different ways of providing more powerful selectors for nodes in a template document. As this is for a templating library I would like to offer string based selectors and am considering if I should go for CSS-style