Decodes an SXML encoded string to re-enable SXML processing.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.sxmldecode(string data)
string string.sxmldecode(string data, boolean includeQuotes)

Parameters

Name Data Type Description
data String The data.
includeQuotes Boolean If set to true [include quotes].

Return Value

Data Type Description
String The decoded string.

Expand image Example

Expand image See Also

SXML