XQuery Function Documentation

Search and Browse

http://exist-db.org/xquery/examples

java:org.exist.xquery.modules.example.ExampleModule

A module for showing good examples of module usage

example:echo

example:echo($text as xs:string*) as xs:string*

A useless example function. It just echoes the input parameters.

Parameters:
$text* The text to echo
Returns:
xs:string* : the echoed text