how to convert xsd schema to xml file
-
I´m trying to programmatically convert xsd schema to xml file, can anyone help me with this please?
cellardoor
-
I´m trying to programmatically convert xsd schema to xml file, can anyone help me with this please?
cellardoor
There are tools that can do this. Remember, a tool can only create one possible XML file from an XSD, as an XSD will list groups that are not fixed size, optional nodes, etc. There's no way I know of to do it trivially using code.
-
There are tools that can do this. Remember, a tool can only create one possible XML file from an XSD, as an XSD will list groups that are not fixed size, optional nodes, etc. There's no way I know of to do it trivially using code.
Isn't there a possibility in the DataSet object?? ReadSchema and WriteXml
- - - --[ i love it when a plan comes together ]-- - - -