xmldiff.jar
jar library contains the code that you can use in your own application.
JPanel
subclass which can be used to create a component to show the differences between two XML or XSD files.
XMLDiffWindow diffPanel = new XMLDiffWindow(); diffPanel.setFiles(<the left file>, <the right file>); diffPanel.runCompare();
xmldiff Copyright (c) 2024 Herve Girod. All rights reserved.