M
MDB
Hello all, I am having problems reading XML and keep getting this error:
{"This is an unexpected token. The expected token is 'NAME'. Line 1,
position 21." }
Can anyone help? Here is the XML and the code I am using. I get the error
at the ds.read line.
XmlTextReader reader = new XmlTextReader(new StringReader(sMessage));
System.Data.DataSet ds = new DataSet();
ds.ReadXml(reader);
{"This is an unexpected token. The expected token is 'NAME'. Line 1,
position 21." }
Can anyone help? Here is the XML and the code I am using. I get the error
at the ds.read line.
xml = said:</BODY>
XmlTextReader reader = new XmlTextReader(new StringReader(sMessage));
System.Data.DataSet ds = new DataSet();
ds.ReadXml(reader);