0

I have two files to compare with each other... 1) An xml file 2) A text file made from same XML but have some changes done afterwards.

I need to compare these two files and highlight the changed/inserted/deleted words (xml tags should not be highlighted). Can anyone suggest me a third party component that can help me out make such an application? I want to develop this application in C#.

Thanks in advance.

TAH
  • 1,658
  • 1
  • 19
  • 37
Saubhagya
  • 1,075
  • 1
  • 9
  • 12

1 Answers1

0

Maybe this could be of use:

A Generic, Reusable Diff Algorithm in C# - II http://www.codeproject.com/Articles/6943/A-Generic-Reusable-Diff-Algorithm-in-C-II

sphair
  • 1,674
  • 15
  • 29