Skip to content

Instantly share code, notes, and snippets.

View kaloyan-raev's full-sized avatar

Kaloyan Raev kaloyan-raev

View GitHub Profile
xmlDiff.overrideDifferenceListener(
new IgnoreVariableAttributesDifferenceListener());
FileReader xml1 = ...
FileReader xml2 = ...
Diff xmlDiff = new Diff(xml1, xml2);
xmlDiff.similar();