Is there any way to turn off the file compression when saving a Xara file?

I am trying to parse a file and am failing when I hit the TAG_STARTCOMPRESSION followed by rec len 4, data bytes 63 00 00 00. I then hit 8d as the first byte of the zlib compression stream which is invalid?

At least if I could turn the compression off, I could get on with it!