Hi All,
I have a dataset filled with some rows.
I write it in xml file. then it give me structure like this.
<Table>
<REGION>YZREGION><
AREA>xyzAREA><
YYMM>200805YYMM> ><Table>
<REGION>XYREGION><
AREA>abcAREA><
YYMM>200806YYMM> >
But i want a change in this structure that i can find some unique id per table like this (mention bold and italic)
<Table id=200805>
<REGION>YZREGION><
AREA>xyzAREA><
YYMM>200805YYMM> ><Table id=200806>
<REGION>XYREGION><
AREA>abcAREA><
YYMM>200806YYMM> >
Please give me some suggesion .......
Scott LyslePosted May 21, 2008, 1:13 PM
http://support.microsoft.com/kb/311937
use the approach to specify which columns to mark as attributes. That might get you started in that direction.