request:unescape-uri($escaped-string as xs:string, $encoding as xs:string) xs:string
Returns an un-escaped URL escaped string with the encoding scheme (e.g. "UTF-8"). Decodes encoded sensitive characters from a URL, for example "%2F" becomes "/", i.e. does the oposite to escape-uri()
$escaped-string
The escaped string to be un-escaped
$encoding
The encoding scheme to use in the un-escaping of the string
Returns the un-escaped string
Deprecated: Moved to the util module. See util:unescape-uri.
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.