We would like to read information out of an xsd file in order to create a table with the same structure.
Is the way to do it just opening the file as an xml file, then parsing it, or is there a better way to do it?
We would like to read information out of an xsd file in order to create a table with the same structure.
Is the way to do it just opening the file as an xml file, then parsing it, or is there a better way to do it?
XmlSchema.Read Method: http://msdn.microsoft.com/en-us/library/system.xml.schema.xmlschema.read.aspx