M
MyndPhlyp
I am attempting to write a DLL to maintain an XML file. It creates its own
XSD as an XmlSchema (or even a compiled member of an XmlSchemaSet, if
necessary).
I don't want to write an XSD to disk. The XML file, on the other hand, will
be disk resident.
System.Data.DataSet wants to read its schema in from an XmlReader, Stream,
TextReader, or file name string.
How does one get a System.Data.DataSet object to utilize a
System.Xml.Schema.XmlSchema object?
XSD as an XmlSchema (or even a compiled member of an XmlSchemaSet, if
necessary).
I don't want to write an XSD to disk. The XML file, on the other hand, will
be disk resident.
System.Data.DataSet wants to read its schema in from an XmlReader, Stream,
TextReader, or file name string.
How does one get a System.Data.DataSet object to utilize a
System.Xml.Schema.XmlSchema object?