Smartsite SXML | Copy Code |
---|---|
<se:buffer name="data"> <b>this text contains ' and " quotes</b> </se:buffer> {string.htmlencode($data)} {string.htmlencode($data, false)} {string.htmlencode($data, true)} |
Example Result | Copy Code |
---|---|
<b>this text contains ' and " quotes</b> <b>this text contains ' and " quotes</b> <b>this text contains ' and " quotes</b> |