[basex-talk] Java interop (java.net.URI) problem

2014-06-29 Thread Marc van Grootel
Hola, So, this is my very first post here. I started my first 'serious' xquery project after doing xslt mostly for a long long time. Soon I hope to put something on github. I needed to parse information from a URL and thought I could use java.net.URI instead of doing the hairy URI string parsing

Re: [basex-talk] Java interop (java.net.URI) problem

2014-06-29 Thread Christian Grün
Hi Marc, Any idea what I'm doing wrong here? It turns out you didn't do wrong anything: The mapping between Java and XQuery URIs was only uni-directional. I have just uploaded a new snapshot which provides a fix for this [1]. Hope this helps, Christian [1]

Re: [basex-talk] BaseX 7.9: The Summer Edition

2014-06-29 Thread Christian Grün
Hi Andy, Looking good. One minor issue, the two argument form of session:get [1] with a default seems to be broken. good catch; for some reason, the implementation of this function was set to private. I have just fixed this in the latest snapshot. Also regarding the wiki session

Re: [basex-talk] Java interop (java.net.URI) problem

2014-06-29 Thread Marc van Grootel
Hi Christian, Terrific on both counts. That I understood correctly :) and that it got fixed so fast! I will probably post more often as I am now working with BaseX regularly both at work and at home. My home project is a collection of modules for doing REST pipelines/middleware, heavily inspired

Re: [basex-talk] Java interop (java.net.URI) problem

2014-06-29 Thread Marc van Grootel
I can confirm that it works now. Thanks again. --Marc On Sun, Jun 29, 2014 at 4:12 PM, Marc van Grootel marc.van.groo...@gmail.com wrote: Hi Christian, Terrific on both counts. That I understood correctly :) and that it got fixed so fast! I will probably post more often as I am now

Re: [basex-talk] BaseX 7.9: The Summer Edition

2014-06-29 Thread Andy Bunce
I do not have aproblem with functionality, it is just a documentation problem - I think http://docs.basex.org/wiki/Session_Module#session:get and set should say *session:get*($key as xs:string) as item() or similar /Andy On 29 June 2014 13:30, Christian Grün christian.gr...@gmail.com wrote: Hi