Login
Remember
Register
Ask a Question
Select XML Nodes by Name in c# code
0
votes
asked
Mar 1, 2020
in
C Plus Plus
by
SakshiSharma
Select XML Nodes by Name in c# code
To find nodes in an XML file we will use XPath expressions. Now we use Method XmlNode.SelectNodes which will returns a list of nodes selected by the XPath string.
Below is syntax and using of XML by example
#xml-c#
Please
log in
or
register
to answer this question.
0
Answers
...