XmlReader and schema caching
Hi,
When you use XmlReader to load and validate a document against a schema specified on the file system - is there any caching of that schema managed internally by the framework? Or will the reader open the schema from the file system every time?
Thanks
Donal

