Reputation: 6186
I am looking at 20000 line schema and I want to check what has changed in this schema since previous release. I need to figure out what is different in 2 versions of same schema.
Are there any good tools for that? 90% of schema is still the same, but I want some kind of list of changes. Any help is appreciated.
edit => The challenge in comparison is that version 1 of the schema is split into 4 schema (one including another) and version 2 is one single merged schema.
Upvotes: 2
Views: 313
Reputation: 21638
QTAssistant (I am associated with it) has an XML Schema compare built in the XML Schema Refactoring (XSR) module. All you need to do is:
This is showing comparing two different versions of ACORD, 2.21.0 vs. 2.26.0; I've picked them since also one is 1 file, and the other is 4 files.
This is what a report looks like.
When you click on the source, you can see a graphical representation, side by side (if applicable).
It may get some time to get used to the Status and Extended status, and in our experience different people may have a different interpretation, since nuances in XSD compare can be multiple. Nonetheless, support is one email away.
Upvotes: 1