A RESTful browser for eXist Java-Based Function Modules


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

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

Returns the decoded $uri as xs:string
Return to list of all modules