A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/xmldb
A module for database manipulation functions.

xmldb:decode($string as xs:string) xs:string
Decodes the string $string such that any percent encoded octets will be translated to their decoded UTF-8 representation.
$stringThe input string

Returns the decoded string
Return to list of all modules