How to create xsd from xml data file in programatically



I knowed System.DataSet.WriteXMLSchema function from c++ can be used to to create xsd file from xml files.


My Question Here: Is that possible to read xml data file into dataset without loading its associates schema? I means if possible to load it first on xmldocumant and arrange within its node in schema set(cache) before turn into managed dataset, could give me any good starting example for coding to implement this in C++ only?


No comments:

Post a Comment