I have some XML in a string in memory exactly like this:
string
EURCHF EURGBP
Like this:
Dim strXmlString As String = "Table11" strXmlString += "Table22" Dim srXMLtext As System.IO.StringReader = New System.IO.StringReader(strXmlString) Dim dt As New DataTable dt.ReadXml(srXMLtext)