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

Syntax

Smartsite SXML CopyCode image Copy Code
string sxml.decode(string data)
string sxml.decode(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