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
MongoDB Atlas | Run databases anywhere
MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
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?