G
Guest
Hello. I was wondering the best approach to read from a dataset, which
contains an xmldocument. I used dataset.readxml(new
stringreader(xmldocument.outerxml)). My goal is to shape the data into a
table so I can define rows and columns.
contains an xmldocument. I used dataset.readxml(new
stringreader(xmldocument.outerxml)). My goal is to shape the data into a
table so I can define rows and columns.