Function EncodeXml
Encodes content for xml
EncodeXml([CONTENT])Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | CONTENT | The content |
Returns
The result of the encoding
Examples
Example to encode property description
{{EncodeXml(ALIAS.PROPDESC)}}
