Virus Kiraak

Virus Kiraak

  • NA
  • 14
  • 22.6k

reading xml elements

Jul 15 2012 4:56 PM
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)