How to read XML Nodes in XML using c#.net
Posted
by Srikanth
on Stack Overflow
See other posts from Stack Overflow
or by Srikanth
Published on 2010-06-01T06:42:30Z
Indexed on
2010/06/01
6:43 UTC
Read the original article
Hit count: 399
I have a XML file like below:
I want to read the child nodes based on 'status' attribute of 'answer' node.
© Stack Overflow or respective owner