1
Answer

reading xml elements

Photo of Virus Kiraak

Virus Kiraak

13y
1.3k
1
Hi,
I have read the xml doc using the below statements

XDocument seatxml = XDocument.Load(Environment.CurrentDirectory +"/File.xml");

now I need to read the values how can I achieve this.

Answers (1)

Next Recommended Forum