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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.