Reading XML data from String
-
Hi, I tried to read XML data from a string. Suppose that I get a string like this: 567Andbf. I want to get the data contained within the xml elements. A little help can be useful. Thanks Do your best to be the best
-
Hi, I tried to read XML data from a string. Suppose that I get a string like this: 567Andbf. I want to get the data contained within the xml elements. A little help can be useful. Thanks Do your best to be the best
-
Hi, I tried to read XML data from a string. Suppose that I get a string like this: 567Andbf. I want to get the data contained within the xml elements. A little help can be useful. Thanks Do your best to be the best
This works: XmlDocument doc = new XmlDocument(); doc.LoadXml("wrench"); -- modified at 8:34 Tuesday 16th May, 2006