NativeXml Help
Content
|
Index
|
Reference
TsdXmlFormatType
Unit: NativeXml
TsdXmlFormatType = (xfCompact, xfReadable, xfPreserve);
Description
Note on
TNativeXml.XmlFormat
:
xfCompact (default) to save the xml fully compliant and at smallest size
xfReadable writes additional nonsignificant whitespace so the client can easily read the xml file with a standard editor.
xfPreserve aims to preserve whitespace data just as it is parsed