getting xml values in to c#.net
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
-
hi in my application i have the xml file ( ImageType.xml ). it contains some string values. … like this... i want to get the XAImage,MRImage ,CTImage etc values to string array... i need to get the value itself.. anybody help me for this issue.
TopXML and www.w3schools.com both contain tutorials and references for working with XML. There is also small amounts of example code in the MSDN documentation for the classes in the
System.Xml
namespace.led mike