string EscapeUri (string unescapedUri)
Convert unescaped
URI into an escaped
URI path.
Parameters:
Returns:
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