Hi there, In Xerces-C++ , how does one go about performing the art of validating XML data against two XSD (xsd1 and xsd2).
However XSD1 is the main xsd XSD2 is an extension of xsd1 (xsd2 extends xsd1's namespace with a prefix) I'm using DOM parser, how do I go about loading these correctly ? Many thanks BN