I've been tasked to compare two XML schema files in C# and present differences between the two in an output XML document. I've researched the subject a bit to find a tool that could help me do this, but so far I've come up pretty dry.
There's a dead microsoft project on the subject that actually works pretty well called XML Diff and Patch GUI Tool which I'll probably end up using...but this project is six years old, subject to terrible linkrot and limited documentation and so can't possibly be the best solution.
Any suggestions?