Questions tagged [xpathdocument]

.NET class that provides a fast, read-only, in-memory representation of an XML document by using the XPath data model

.NET class that provides a fast, read-only, in-memory representation of an XML document by using the XPath data model [MSDN]

31 questions
0
votes
1 answer

Getting attributes value from XML using a C# 2.0 function

I am using C# 2.0 and I have below xml format (it is just a sample) and got loaded in XPathDocument xmlData; Worldwide…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
1 2
3