maandag, augustus 14, 2006

 

Validating XML Files Against XSD Schemas in .NET 1.x and 2.0

Validating XML files is a common task in software development for developers. There are three ways to validate XML files: XSD Schema, DTD and Relax NG. In .NET XSD Schema is the preferred way to validate XML files. In this article I will dicuss both approaches and will give code samples to implement them both.
read more:
http://aspalliance.com/941