I have xml sent to a web page and I would like to validate against several xsd's, until the file validates. When it validates I would then de able to determine the type of xml file based on what schema managed to validate it.I have xml sent to a web page and I would like