Nuacht

WE show you how to validate XML files against XSD (XML Schema Definition) in Notepad++ to find and correct the errors in your documents.
I believe that the XmlValidatingReader will validate XML using an XSD file.<BR><BR>You can also use the XSD file to automatically generate classes or a typed DataSet (using xsd.exe).