Smartsite SXML CopyCode image Copy Code
{char.amp()}
{char.apostrophe()}
{char.cr()} (Cariage Return)
{char.crlf()} (Cariage Return+Line Feed)
{char.lf()} (Line Feed)
{char.gt()}
{char.lt()}
{char.quote()}
{char.fromint(72)}{char.fromint(101)}{char.fromint(108)}{char.fromint(108)}{char.fromint(111)}
{char.toint('{')} {char.toint('-')} {char.toint('C')} {char.toint('Y')}
Example Result CopyCode image Copy Code
&
'

 (Cariage Return)

 (Cariage Return+Line Feed)

 (Line Feed)
>
<
"
Hello
123 45 67 89