Re: [basex-talk] Future of RESTXQ

2012-05-08 Thread Adam Retter
Hi Andy, Sounds good. eXist-db has various modules e.g. http://exist-db.org/exist/functions/request that can be used to fill in the gaps in RestXQ as currently defined. Which gaps do you see modules filling? BaseX  starts with an almost blank sheet. Multipart would be good, and also the

Re: [basex-talk] Future of RESTXQ

2012-05-08 Thread Andy Bunce
Which gaps do you see modules filling? Well that request module has many things, in addition to multipart, that can not be accessed via the RestXQ of Prague 2012. But as you say, there may be better ways. Looking forward to see, and discuss more, when your next draft appears. /Andy On Tue,

Re: [basex-talk] Java proxy host port credentials

2012-05-08 Thread Erol Akarsu
Christian, No. I don't know how to set it through XQJ. But I tried to set system properties http.ProxyHost and http.proxyPort in Java but it does not have any effect on xquery calling through XQJ. Erol Akarsu On Mon, May 7, 2012 at 5:49 PM, Christian Grün christian.gr...@gmail.comwrote:

Re: [basex-talk] Java proxy host port credentials

2012-05-08 Thread Charles Foster
Hi Erol, I'm unsure of what you're trying to do. The BaseX XQJ client connects to a BaseX Server, similar to an ODBC connection to a Relational Database. It is a persistent connection and the client/server protocol is light-weight as it is binary based [1]. Because the protocol is not HTTP

Re: [basex-talk] Java proxy host port credentials

2012-05-08 Thread Charles Foster
Erol, XQuery 3.0 + XQuery Update Facility + XQuery Full Text will be coming to the client/server XQJ, that is the current focus of development. Other than these features, what else is the client/server version of the BaseX XQJ missing which you would expect to see? Regards, Charles On 8 May

[basex-talk] Full-text search and mixed content

2012-05-08 Thread Michael Piotrowski
Hi, In XQuery and XPath Full Text 1.0 Use Cases [1] it says: Querying across element boundaries is similar to an XQuery and XPath character string function converting the sub-tree under an element into a string by removing all markup. However, I'm having trouble to get this to work in

Re: [basex-talk] Full-text search and mixed content

2012-05-08 Thread Christian Grün
Dear Michael, to get the requested result, you need to deactivate the chopping of whitespaces (via SET CHOP OFF, or Dialog → New… → Parsing → Chop Whitespaces). Hope this helps, Christian Footnotes: [1]  http://www.w3.org/TR/xpath-full-text-10-use-cases/ -- Dr.-Ing. Michael Piotrowski,