XmlReader always validates a Xsd file against another Xsd file as valid
问题 I've got strange behaviour of the XmlReader. When using it for validation Xml against Xsd everythink works fine and how I expect. But when I try validate a Xsd file against another Xsd, it throws no validation exception. For better explenation of my use case: I have an application where an user can upload a Xml file like data input. The user must upload a xsd file for already uploaded xml file and after that, the Xml file is validated against the Xsd file already uploaded. But in the case