So here’s an interesting problem I ran into today. You have metadata in an XML file. You want to make the file self-describingly self-correcting, so you want to embed its checksum inside it. The problem is, you can’t add the checksum to the XML file without changing the file’s checksum!
Is there an XML verification tool not subject to this particular tail-chase? I don’t know of one offhand.