Guest User

Untitled

a guest
Jun 24th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. XElement rootElement = XElement.Load(dataFile);
  2. XElement parentElement = rootElement.XPathSelectElement(xPath);
  3.  
  4. using System.Xml.XPath;
Add Comment
Please, Sign In to add comment