Smartsite SXML CopyCode image Copy Code
<se:buffer name="data">
    &copy; &lt;b&gt;this text contains &apos; and &quot; quotes&lt;/b&gt;
</se:buffer>

{string.htmldecode($data)}
{string.htmldecode($data, false)}
{string.htmldecode($data, true)}
Example Result CopyCode image Copy Code
© <b>this text contains ' and " quotes</b>


    © <b>this text contains ' and " quotes</b>


    © <b>this text contains ' and " quotes</b>
SXML