A RESTful browser for eXist Java-Based Function Modules


http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions

escape-html-uri($html-uri as xs:string?) xs:string
Replaces all nonprintable ASCII characters in the string value of $html-uri by an escape sequence represented as a hexadecimal octet in the form %XX. If $html-uri is the empty sequence, returns the zero-length string.
$html-uriThe html URI

Returns all nonprintable ASCII characters in $html-uri encoded by escape sequences
Return to list of all modules