开发者

Is there any Rendered HTML Diff engine for .NET [closed]

开发者 https://www.devze.com 2023-01-02 03:54 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

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 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)
0

精彩评论

暂无评论...
验证码 换一张
取 消