How to read XML in C#?

TaylorJW

New Member
I have an XML file which looks like this\[code\]<ss:demo><ss:Name> <ss:FirstName>First</ss:FirstName> <ss:SecondName>Second</ss:SecondName></ss:Name><ss:country code="IN">India</ss:country></ss:demo>\[/code\]How can I read this using C#.Please help me in this. which will be easiest way for reading it? I tried to read it into a DataSet but its showing some error.
 
Back
Top