This is an old revision of the document!
Parameter “HtmlEncode” specifies that the value of corresponding variable or result of function must be HTML-encoded. HTML encoding means converting the text to format accessible to browsers according to the HTML standards. Control characters will be converted to their HTML-analogues.
If you're interested you can read more in WikiPedia.
Value | Description |
---|---|
1 | Means that value must be HTML-encoded. If something else if specified this parameter will be ignored. |
<#BusinessActivity setValue="Health & beauty"> <#BusinessActivity HtmlEncode="1">
Output:
Health & beauty