Parameter “XmlEncode” specifies that the XML reserved characters & < > ' ” must be encoded
| Character | Hexadecimal character reference |
|---|---|
| ” | " |
| ' | ' |
| & | & |
| < | < |
| > | > |
NOTE: By default the resulting content will be parsed (all <#..> tags will be evaluated) before to apply this filter. You can control this behavior throught the parameter AnalyzeTagParams
| Value | Description |
|---|---|
| 1 | Means that value must be XML-encoded. |
| 0 | Means that value must be XML-decoded. |
<#BusinessActivity setValue="Health & beauty"> <#BusinessActivity XmlEncode="1">
Output:
Health & beauty