XmlSchema removing duplicate types

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I am working on a code that is trying to read in a bunch of xsd files and compiling schemas in a XmlSchemaSet.
Problem is that these xsd files come from various sources, and they might have elements/types declared multiple times, which i should remove or else i the compile method of XmlSchemaSet would throw an error.
Is there a recommended way of doing this type of thing ?

View the full article
 
Back
Top