2
5
XmlDocument doc = new XmlDocument(); doc.Load(Server.MapPath("Question.xml")); XmlNodeList nodes = doc.SelectNodes("//question[@isanswer='0']");