Hello, I am writing a program in which one of the main functions will be the comparison of two html files. (we admit check of changes in tags)
I write the program on c # (WinForms) and I reached a dead end.
No one accidentally has no assumptions or ready-made solutions about this?
Everything should look something like this (it shows that it deleted, changed and added): http://text.num2word.ru/
Similar programs in this post: Clickable (link)
- oneOn the same site there is a link to the "sources of inspiration" on the bottom left. With source codes. In the post "similar programs" there are also links to other programs with source codes. - PinkTux
- 2Learn the algorithms of the functions Megree and / or Diff (Google help, information shaft) Someone will share a ready-made solution here. At best, a link to publicly available sources, which are no less easy to googling than the comparison algorithm. If you have any questions about the implementation of the algorithm, then give the code and describe the problem in detail. - Alexey
- oneDiff, Match and Patch libraries for Plain Text - Primus Singularis
|