Changes

Jump to navigation Jump to search
46 bytes removed ,  02:28, 30 January 2013
=Conventions=
* This module is included in the complete distributions (zip, exe, war) of BaseX. * All functions are assigned to the {{Code|http://exquery.org/ns/request}} namespace, which must be dynamically imported: 
<pre class="brush:xquery">
import module namespace request = "http://exquery.org/ns/request";
</pre>
* In this documentation, the namespace is bound to the {{Code|request}} prefix. * The following example will be referenced in the function definitions. It demonstrates what components a URI may consist of (the example is derived from [http://tools.ietf.org/html/rfc3986 RFC 3986]):
<pre>
foo://example.com:8042/over/there?name=ferret
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu