string EscapeUri (string unescapedUri)
Convert unescaped URI into an escaped URI path.
Parameters:
unescapedUri | URI of the unescaped. |
Returns:
Escaped URI as a string.
Convert http://www.webworks.com/name with spaces.html to http://www.webworks.com/name%20with%20spaces.html.
<xsl:variable name="VarEscapedURI" select="wwuri:EscapeUri('http://www.webworks.com/name with spaces.html')" />
Last modified date: 10/14/2020