EDN Admin
Well-known member
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
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