How to compare two XSD files programmatically
Hi
I want to compare two XSD files programmatically to find out whether one XSD is a sub set of another XSD(Means checking all the elements and attributes of one schema to be present in another schema).
Please let me know how this can be done in an efficient way.
Thanks in advance.
Mithun K