Question:When reading a stream of XML in .Net, it can be verified that it is valid according to its schema. Which class is capable of performing the schema validation?
A xmlValidateTextReader
B xmlValidtor
C XmlTextReader
D XmlValidatingReader
E None of these
+ AnswerC
+ Explanation
+ Report