Diff algorithms

筅森魡賤 提交于 2019-12-30 03:11:07

问题


Can somebody recommend some papers (literature) or code snippets about tree-based diff algorithms for XML (based on the DOM-tree)

Thank you very much.


回答1:


Here is one useful paper on the same : http://pdf.aminer.org/000/301/327/x_diff_an_effective_change_detection_algorithm_for_xml_documents.pdf

Here is one tool you can experiment with: http://www.cs.hut.fi/~ctl/3dm/

You may find the Java source for the above tool as well which maybe of great use.



来源:https://stackoverflow.com/questions/12533221/diff-algorithms

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