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
Picsart Enterprise Background Removal API for Stunning eCommerce Visuals
With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
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?