I want to retrieve data from XML with same element
---------------------------------------------------------------
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 13, 2012, 8:20 AM
VulpesPosted Dec 16, 2012, 1:17 PM
vikas nakilPosted Dec 15, 2012, 2:14 AM
vikas nakilPosted Dec 15, 2012, 1:59 AM
Which is the easier way to parse, By xmlnodelist or XElement or any other way?
Following are the Orginal XML which i fetch from website and load into String.
then convert string into XMLDocument, then i m struggling to parse ahead due to same Element and same node.
---------------------------------------------------------------------
---------------------------------------------------------------------
VulpesPosted Dec 14, 2012, 2:34 PM
If 'list' represents the XmlNodeList for the first piece of XML, then the code will be:
Similarly, if 'list2' represents the XmlNodeList for the second piece of XML:
vikas nakilPosted Dec 14, 2012, 6:34 AM
vikas nakilPosted Dec 13, 2012, 6:33 AM
I want to retrieve data from XML with same element
---------------------------------------------------------------