string EscapeData (string unescapedString)
 
Convert unescaped string into an escaped URI data.
Parameters:
unescapedString
The unescaped string.
Returns:
Escaped string.
Convert http://www.webworks.com/name with spaces.html to http%3a%2f%2fwww.webworks.com%2fname%20with%20spaces.html.
<xsl:variable name="VarEscapedData" select="wwuri:EscapeData('http://www.webworks.com/name with spaces.html')" />
Was this helpful?
Last modified date: 10/14/2020