Free C# XML Diff library or class

夙愿已清 提交于 2019-12-05 20:14:54
joe

I did some research on this topic.

Tool or library for comparing xml files

Not quite sure from you post if you are tring to do this in code or not.

But if you are just after a nice programe to view the two documents side by side and see the difreances and make changes to them i would recomend Beyond Compare 3.

The Microsoft XML Diff and Patch tool does give you the list of differences between 2 XML document. The output is an XML document that tells you how to change document #1 into #2.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!