I'm trying to mod athe game Chocolatier from 2007 that. It has two .xml files, but they don't look like conventional XML when I open them in VS Code or Notepad++. Here's a sample of what they look like:
In the comments, Quentin suggests that both files' contents beginning with the characters "ZXML" could mean this data is compressed in "Cubetto 5.0 Compressed Document Format".
If that's the case, how can I decompress and read these files, or re-compress my modded files back to this format?

