Encodes an SXML string to disable SXML processing.

Syntax

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

Expand image Example

Expand image See Also

SXML