N
Nick
How do I get .net to NOT put the name of the dataset as the root tag
in the XML file that is created with the dataset.WriteXML function?
I am loading my XML schema into the dataset, then loading the dataset
with data, then outputting it as an XML file, and this stupid
"<NewDataSet>" tag shows up as the root tag! Well, guess what? NOW THE
NEW FILE IS INVALID BECAUSE IT DOESN'T FOLLOW THE SCHEMA DEFINITION!
Please, someone tell me how to fix this! (Note [because of other
postings I have seen] I do NOT want to CHANGE THE NAME of this root
tag, I WANT TO REMOVE IT COMPLETELY!)
Thanks!
in the XML file that is created with the dataset.WriteXML function?
I am loading my XML schema into the dataset, then loading the dataset
with data, then outputting it as an XML file, and this stupid
"<NewDataSet>" tag shows up as the root tag! Well, guess what? NOW THE
NEW FILE IS INVALID BECAUSE IT DOESN'T FOLLOW THE SCHEMA DEFINITION!
Please, someone tell me how to fix this! (Note [because of other
postings I have seen] I do NOT want to CHANGE THE NAME of this root
tag, I WANT TO REMOVE IT COMPLETELY!)
Thanks!