I've used XML::LibXML::Schema to successfully validate a single XML file against a single XSD schema file. Has anyone used the module to successfully validate against multiple XSD schemas, where the 1st schema depends on a 2nd, and the 2nd on a 3rd and so on ...
If XML::LibXML::Schema is not the suitable module for this purpose, what's the success rate with the alternatives ?