Smartsite SXML |
![]() |
---|---|
<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 |
![]() |
---|---|
<b>this text contains ' and " quotes</b> <b>this text contains ' and " quotes</b> <b>this text contains ' and " quotes</b> |