Doing the comparison

Here are a couple or example screens showing various comparison results and the text colouring.

The first one is a comparison of ini files. Initially it only shows the section headers so it's easy to see which ones are useful to inspect further.

/docs/compare-tool/compare/ini-compare.png

Below is another ini file comparison, showing expanded sections so the individual option values can be examined. Additionally, it is from a "loose" comparison in which for one of the files a missing first section header was generated to make the comparison possible.

/docs/compare-tool/compare/ini-compare-expanded.png

Next up is the initial view of an XML comparison. The elements directly under the root are all visible:

/docs/compare-tool/compare/xml-compare.png

Another XML comparison, this time with an element that contains differences opened up:

/docs/compare-tool/compare/xml-compare-expanded.png

Note how I've tried to differentiate between elements and attributes, by preceding the former with "<>" (like in my xmleditor).

This is also an XML comparison, with groups of similar elements as well as nested elements (on the right-hand side at least).

/docs/compare-tool/compare/xml-compare-expanded-2.png