simplexmldiff: compare two xml files ==================================== Compare two xml files and output a human readable diff with python Usage: ------ > simplexmldiff inputA inputB we load the two files into dom trees, pretty print them and diff the output. Cons: ----- * Not a technically valid comparison Pro: ---- * Works Caolan McNamara 2004