Home
Download
Wiki
Demo
Open Source Native XML Database
About Us
Who we are
Acknowledgements
Documentation
Quick Start
Function Library
Extension Modules
Main Documentation
Feature Sheet
XQuery Wikibook
Examples
XQuery Sandbox
XML Acronyms
Bibliographic
All Examples
Community
Mailing List/IRC
Development
Javadocs
ChangeLog
Bug Tracker
Subversion
Submit Patches
Administration
Admin
Server Status
Webstart Client
A RESTful browser for eXist Java-Based Function Modules
Modules
>
examples
>
echo
example
http://exist-db.org/xquery/examples
A module for showing good examples of module usage
echo
example:echo($text as xs:string*) xs:string*
A useless example function. It just echoes the input parameters.
$text
The text to echo
Returns the echoed text
Return to list of all modules