<< Back to the snippet list

Simple Schema Validator for xml

Published: 29 Jun 2010 By Jaya Nehru kumar

With xml schemas it is easier to define allowable content, easier to validate the content It is the way for secure data communication The following c# method depicts the simplest way to validate the given xml file

xml schema validator

Please login to leave a comment.