How to give xml string to XDocument in Xpath

gotik

New Member
I have xml file in string. I do not have right to write on disk.how to pass this string to XPathDocument?XPathDocument Doc = new XPathDocument(xmlFile);
 
Back
Top