JNdiff: An Optimized Alghorithm for Natural (XML) Diff-ing
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow JNdiff
Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
The XML diff is very good, has some great behavior compared to some other XML diff algorithms. The documentation on the other can be improved, this is what explains the 4 stars rating and not 5.
-
Looks simple to use, but when trying to merge, I got some invalid cast exception. java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.TextImpl cannot be cast to org.w3c.dom.Element at it.unibo.cs.nmerge.Nmerge.getMergedDocument(Unknown Source) at it.unibo.cs.ndiff.ui.OperationsHandler.doMerge(Unknown Source) ... Also, the "diff" that was created and unreadable. What am I supposed to do with the resulting file?