If I have a large (>500MB) XML file to validate, does an XmlReader bring the whole thing into memory to perform validation?
I looked at http://stackoverflow.com/questions/751511/validating-an-xml-against-referenced-xsd-in-c for validation procedure.
thanks, Mark