简体   繁体   中英

Compare XML file with Text File

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM