0
Reply

Validating XML against schemas

VSR

VSR

Mar 9 2010 5:26 PM
2.6k

Hi there,
I have the following question. I have a main schema that is derived from multiple schemas. I want to validate my xml against these xsd's. How can we do that?
In Multiple schemas that i have all the elements and attributes have been defined and they are being referred using the ref attribute.
I want to do the following: ( Read XML and load it into a dataset, which is not working due to multiple schemas)
objXmlDataDocument.DataSet.ReadXmlSchema(
"C:\test.xsd")
objXmlDataDocument.Load(
"C:\test.xml")
dsXmlData = objXmlDataDocument.DataSet
Any help would be appreciated.
Thanks,
vsr