Changes

Jump to navigation Jump to search
42 bytes added ,  09:05, 1 April 2012
Contents of the file {{Mono|hello-world.xq}}:
```<pre class="brush:xquery">
module namespace module = 'http://basex.org/modules/hello/World';
declare function module:hello($world) { 'Hello ' || $world };
```</pre>
Repository destination path:
After installing the module, all of the following URIs can then be used in XQuery to import this module or call its functions:
```<pre class="brush:xquery">import module namespace module='http://basex.org/modules/hello/World';
module:hello('Universe')
```</pre>
===Java===
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu