How to access certain part of an XML?

johnny_dio

New Member
Good day!How can I access this part of XML and print the element name?Please refer to the image below.
wZbe0.png
I'm now not able to progress with the following codes:\[code\] XmlDataDocument xmldoc = new XmlDataDocument(); XmlNode xmlnode; FileStream fs = new FileStream(@"D:\Files\20120604\Data_120604-062516_003.xml", FileMode.Open, FileAccess.Read); xmldoc.Load(fs);//MessageBox.Show("YUMDMMATMAS05");\[/code\]
 
Back
Top