Click to See Complete Forum and Search --> : .NET - Compare XML with XSD file


STEVESKI07
12-11-2008, 02:39 PM
I'm taking values from a dataset and putting them into an XML file. I have a XSD schema file that I want to validate the XML file with to make sure all the fields are valid. Does anybody have some sample code of how I compare an xml file with a xsd schema file?

Thanks in advance.