There are some questions on SO about Html diff engines, but i cant find right answer. What i need is .NET library for comparing two rendered html strings and displaying diff (like SO renders questions/answer editing revisions (example)).
+2
A:
Accepts HTML, outputs HTML:
- htmldiff.py (Perl)
- HTML Diff (C#)
- HTML Diff (Ruby)
- daisydiff (Java)
Accepts HTML, outputs a data structure:
- HTML::Diff (Perl)
Craig Peterson
2010-06-02 15:07:50