The document discusses compressing XML data. It presents the problem that while XML is useful for data exchange, it can be verbose and require large storage sizes. It then describes the XMILL approach which compresses XML data in three ways: by compressing structure separately from data values, grouping similar data values together, and applying semantic compressors tailored to different data types. XMILL is able to significantly reduce the size of compressed XML data compared to traditional compression alone. The document concludes by discussing ongoing challenges in XML data management and potential novel applications enabled by XML's flexible structure.