Encodes an SXML string to disable SXML processing.

Syntax

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

Expand image See Also

SXML