There are many benefits to moving the ILR format to XML instead of the current delimited file format. The key ones are, in my opinion, that:
• XML is arguably more human readable than CSV
• We can validate XML data against a defined XSD Schema
• XML is highly compressible compared to delimited files, largely negating the size difference where [...]