descriptionTool for detecting the difference between two XML documents
homepage URLhttp://pages.cs.wisc.edu/~yuanwang/xdiff.html
ownermiriam@debian.org
last changeWed, 10 Nov 2010 13:51:03 +0000 (10 14:51 +0100)
content tags
add:
readme
Unlike other xml diff tools, X-Diff uses an unordered model (only ancestor relationships are significant) to compute difference between two XML documents, which we believe is more suitable for most database applications. Using an unordered model, change detection is substantially harder than using the ordered model, but the change result is more accurate.
shortlog
2010-11-10 Miriam RuizReestructured format stringsmaster
2010-11-10 Miriam RuizFixed SEGFAULT
2010-11-10 Miriam RuizImproved the visualization of the results
2010-11-09 Miriam RuizThe begnning of the data tree can be seen now
2010-11-08 Miriam RuizCreate skeleton for GTK visualization program
2010-11-08 Miriam RuizMoved code to write differences into main.cpp
2010-11-05 Miriam RuizRemoved debugging message
2010-11-05 Miriam RuizMoved main to a single file in order to move the code...
2010-11-05 Miriam RuizMove README file to the main directory
2010-11-05 Miriam RuizExpand xdiff-j-0.9.6.tar.gz in the Java directory
2010-11-05 Miriam RuizMove C++ code to its own directory
2010-11-05 Miriam RuizCleaned code a bit, and make it compilable in Debian...
2010-11-05 Miriam RuizAdded Paper: "X-Diff: An Effective Change Detection...
2010-11-05 Miriam RuizImported contents from xdiff-c-0.9.6.tar.gz (unmodified)
heads
13 years ago master