I'm using .NET with Visual Basic. I have a code that executes a SQL query to a SQL server and the result is stored in XML in a XML file. Now I manually created an XSD file in the same directory as the XML result and want to know how can I do to validate XML with XSD from VB.