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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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?