Anyone can help me on how to validate XML against multiple XSDs? One XSD (for example order.xsd) includes another xsd (for example order2.xsd). And these two XSDs are used to validate an XML (for example order.xml).
Any help will be greatly appreciated.
Thank you very much!