Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Team,

i have a requirement to implement compare two XML and show difference in ASP.Net pages.

Does we have any third party dll to make use of it.
or
does .Net provide any features.

i have a logic to verify file difference but want to show difference as well.

What I have tried:

have google it and didn't find proper source.
Posted
Updated 24-Apr-17 0:26am

Have a look at Diff in XML files with LINQ[^]
 
Share this answer
 
Comments
indyarock 24-Apr-17 6:55am    
Hi, i did file comparison using hash algorithm.
But i am facing a way to implement to show difference between two file in asp.net web page like winmerge or svn do.
CHill60 24-Apr-17 7:04am    
Have a look at Walkthrough: Creating a Web Page to Display XML Data[^] or even htmlArea - Turn any TEXTAREA into a WYSIWYG editor[^]
Display the files side by side and color the lines that are different perhaps?
In case you can't file a full blowup solution, you may have to build one yourself.
File comparison - Wikipedia[^]
diff utility - Wikipedia[^]
http://wiki.c2.com/?DiffAlgorithm][^]

The idea of "development" is as the word suggests: "The systematic use of scientific and technical knowledge to meet specific objectives or requirements." BusinessDictionary.com[^]
That's not the same thing as "have a quick google and give up if I can't find exactly the right code".
 
Share this answer
 
Comments
indyarock 24-Apr-17 6:55am    
Hi, i did file comparison using hash algorithm.
But i am facing a way to implement to show difference between two file in asp.net web page like winmerge or svn do.
Patrice T 24-Apr-17 6:58am    
Be precise in what is the problem.
Use Improve question to update your question.
So that everyone can pay attention to this information.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900