I'm working on an RSS aggregator application which uses HttpWebRequest.BeginGetResponse to download the RSS feeds asynchronously. Then in my callback I load the feed into an XmlDocument and stick it ...
should it reject any XML file that has a different encoding? Situation: We have an XSD with encoding set to one value and we can validate XML files with different encodings successfully (our XSD has ...