Creates a CDATA section from the specified data.

Syntax

Smartsite SXML CopyCode image Copy Code
string html.cdata(string data)

Parameters

Name Data Type Description
data String The data.

Return Value

Data Type Description
String A CDATA tag.

Expand image Example

SXML