Formating the xml-output from a DataSet
-
Helo :~ I know that I have done this before, controling howe the output-xml is formated. The default i: valval
valval
But I want it to be:
What is the property to set ????
-
Helo :~ I know that I have done this before, controling howe the output-xml is formated. The default i: valval
valval
But I want it to be:
What is the property to set ????
And the xml visible..... The default i:
<NewDataSet>
<table>
<col1>val</col1>
<col2>val</col2>
</table>
<table>
<col1>val</col1>
<col2>val</col2>
</table>
<NewDataSet>But I want it to be:
<NewDataSet>
<table col1="val" col2="val">
<table col1="val" col2="val">
</NewDataSet>What is the property to set ????
-
And the xml visible..... The default i:
<NewDataSet>
<table>
<col1>val</col1>
<col2>val</col2>
</table>
<table>
<col1>val</col1>
<col2>val</col2>
</table>
<NewDataSet>But I want it to be:
<NewDataSet>
<table col1="val" col2="val">
<table col1="val" col2="val">
</NewDataSet>What is the property to set ????
I answered your question in the C# forum.