Expand description
Round-trip verification: disassemble + reassemble an XML file in an isolated temp directory and report whether the reconstructed file matches the original, ignoring sibling/attribute reordering.
Structs§
- Verify
Options - Options forwarded to the underlying disassemble/reassemble calls.
Enums§
- Roundtrip
Status - Outcome of a round-trip verification.
Functions§
- verify_
roundtrip - Disassemble and reassemble
file_pathinside an isolated temp directory, then compare the reconstructed XML against the original. The caller’s file is never modified.