Read XML from string into Dataset

jwh

Well-known member
Joined
Aug 18, 2006
Messages
155
Programming Experience
3-5
Is there an easy way to read XML from a string variable into a dataset?

At the moment, I am having to write the XML from the String out to a text file, and then read in the XML from that file using the .ReadXML(Filename) method.


I find it bizarre that the dataset has .GetXML so that you can read it's xml to a string, but there seems to be no way of putting the xml back in from a string...
 
Back
Top