Possible Duplicate:
Xml validation using XSD schema
Validating an XML against referenced XSD in C#
I have to validate a xml against a schema during runtime. The xml is retrieved as a string and I have the xsd file added to a schema folder under the project. May you please help me with this scenario? The project is in .NET c# platform
Thanks!