hi

i was wondering, is there a way to convert a string dataset xml to a proper dataset in C#

the web service i am calling, gives me a string dataset back i.e:

<newdataset> <table>


etc...


how can i convert that to a dataset so i can get the values i need?

thanks!