XmlExportEnter the namespace to use (for example: http://my.namespace.org)XmlExportConfigOutput formatFormat document (new lines, indentation)Compress (everything in one line)Special characters escaping<p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p>Use CDATA and ampersands<p>Every value requiring character escepe will be enclosed in CDATA block.</p>Always use CDATA<p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p>Always use ampersandDefine XML namespace