A customizable diff tool that can produce report (in XML, HTML)

那年仲夏 提交于 2019-12-05 03:00:34

I would recommend google-diff-match-patch. This provides HTML or the basic diff components which you could style and transform yourself.

Pretty Diff provides an HTML report either on screen in a web browser or as HTML formatted text that can be saved as an HTML file.

I don't know such library from top of my head but if Google search doesn't bring anything relevant back, I would take a look at Eclipse sources. Eclipse has very good text diff tool which you might be able to reuse, unless it's tied up pretty badly to their UI stuff, which I hope is not the case.

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