Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 893 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 893 Bytes

XSD Compare

XSD Compare allows you to compare different versions of XML schema files against each other and gives a visual representation of the difference(s).

XSD Compare example

System Requirements

Runtime

All dependencies are present in the executables for runtime.

  • CPU: 1GHz
  • Memory: 250MB

Development

  • Java 11+

Features

0.0.6

  • Display XML schema files in a tree view
  • Drag-and-drop loading of XML schema files
  • Synchronizing scroll and selection between the 2 tree views
  • Showing differences between the 2 XML schema files
  • Show detailed properties of fields (more properties will be added)
  • Copy field as XPath to clipboard
  • Copy field as XML to clipboard
  • Exporting the differences to an Excel file
  • Add Excel colors
  • Settings for shown columns

Upcoming features

  • Batch comparison of XML schema files