XmlFormat by default is set to xfCompact. This setting is compliant to the spec, and NativeXml will only generate XML files with #$0A as control character after the declaration. By setting XmlFormat to xfReadable, you can generate readable XML files that contain indentation and end-of-lines after each element.