The following query:
import module namespace http = "http://expath.org/ns/http-client";
http:send-request( <http:request href="http://google.com/" method="get"/>)
returns the following error:
Error: [XQST0059] Unknown module for namespace "http://expath.org/ns/http-client".
Thanks, this is now fixed..
http://files.basex.org/releases/latest/
We had used an obsolete namespace ("http://expath.org/ns/http-client"). More feedback is welcome ;) Christian