Hi All
I have a big problem i have a dataset that I would like
to write to a xml file. I don't have any problem doing
that but the xml starts and ends with this tag:
<NewDataSet>
I don't whant that start tag. The rest of the xml looks
like the one I would like to have.
Does anybody know how to tell the DataSet not to write
the first element <NewDataSet> ??????
I can't find any solutions on the Internet, and yes I
could work with the xml and reformat it with xsl or
xpath. But that is an performance issue so I don't whant
to do that..
I have a big problem i have a dataset that I would like
to write to a xml file. I don't have any problem doing
that but the xml starts and ends with this tag:
<NewDataSet>
I don't whant that start tag. The rest of the xml looks
like the one I would like to have.
Does anybody know how to tell the DataSet not to write
the first element <NewDataSet> ??????
I can't find any solutions on the Internet, and yes I
could work with the xml and reformat it with xsl or
xpath. But that is an performance issue so I don't whant
to do that..