Attempting to read XML string and getting error...



I'm still struggling with this XML stuff. I've gotten this far:

oSR = New System.IO.StringReader(oC.GetAllContacts(txCICust.Text,
txCIType.Text))
oXML.LoadXml(oSR.ReadToEnd)
sStr = "Found Contact Name:
".Concat(oXML.DocumentElement.SelectNodes("/Table/CI_NAME").Item(0).Value())

.... but I get an error on the LoadXml method that says: "Root element is
missing." What does that mean?

--
TFWBWY...A


.


Loading