Attempting to read XML string and getting error...
- From: "Bryan Dickerson" <txprphan@xxxxxxxxxxxx>
- Date: Fri, 17 Jun 2005 13:16:47 -0500
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
.
- Follow-Ups:
- Re: Attempting to read XML string and getting error...
- From: Joseph Bittman MCAD
- Re: Attempting to read XML string and getting error...
- From: Chad Z. Hower aka Kudzu
- Re: Attempting to read XML string and getting error...
- Prev by Date: Dynamic SQL generation is not supported against a SelectCommand ...
- Next by Date: Re: Attempting to read XML string and getting error...
- Previous by thread: Dynamic SQL generation is not supported against a SelectCommand ...
- Next by thread: Re: Attempting to read XML string and getting error...
- Index(es):
Loading