XmlExportEnter the namespace to use (for example: http://my.namespace.org)输入要使用的命名空间(例如:http://my.namespace.org)XmlExportConfigOutput format输出格式Format 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><p>&& 符号将用于较短的值,CDATA 将用于较长的值。这仅用于需要字符转义的值。其他值将按原样导出。</p>Use CDATA and ampersands使用 CDATA 及 && 符号<p>Every value requiring character escepe will be enclosed in CDATA block.</p><p>每个需要字符转义的值都将包裹在 CDATA 块中。</p>Always use CDATA总是使用 CDATA<p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p><p>每个需要转义的字符都将使用 && 符号及序列代替。不会使用 CDATA 块。</p>Always use ampersand总是使用 && 符号Define XML namespace定义 XML 命名空间