Is anyone aware of a good managed code .NET component which can do HTML Diffs? I'd like to compare two HTML files and show the differences.
+1
A:
Microsoft has a managed-code tool called XmlDiffPatch, which should work for HTML files as well. You can run it as a stand-alone executable, or import the diff assemblies into your project.
Steve Guidi
2009-07-24 22:08:18
It would only work well for valid XHTML, I'd bet.
Noldorin
2009-07-24 22:12:16
XML != XHTML...
Andy Mikula
2009-07-24 22:13:28