Is there any Rendered HTML Diff engine for .NET [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionThere 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 str开发者_C百科ings and displaying diff (like SO renders questions/answer editing revisions (example)).
Accepts HTML, outputs HTML:
- htmldiff.py (Python)
- HTML Diff (C#)
- HTML Diff (Ruby)
- daisydiff (Java)
- jhtmldiff (Java)
Accepts HTML, outputs a data structure:
- HTML::Diff (Perl)
- HTML::Differences (Perl)
精彩评论