===== XmlEncode ===== 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 [[en:public:developer:template_system:tags:parameters:AnalyzeTagParams]] ==== Values ==== ^ Value ^ Description ^ | 1 | Means that value must be XML-encoded. | | 0 | Means that value must be XML-decoded. | ==== Example ==== <#BusinessActivity setValue="Health & beauty"> <#BusinessActivity XmlEncode="1"> Output: Health & beauty