While reading an xml doc, I want to validate that doc against a xml dtd file and xml schema file.
looks like XmlValidatingReader class is obsolete and what are the classes in xml name space that I can use for the validation?
thanks
nath
Printable View
While reading an xml doc, I want to validate that doc against a xml dtd file and xml schema file.
looks like XmlValidatingReader class is obsolete and what are the classes in xml name space that I can use for the validation?
thanks
nath
Pls ignore...I found it.
nath