Parsing XML with DataSet- Performance

esales

New Member
As per my requirement i want to display some product related information into my UI.All the information's come through one API URL.API Return XML Output. XML may have more than 100 tag.But as per my requirement I want only 30 to 50 tag.here i need to pass parameter as input and get the product information's.I using .asmx service as wrapper service.and all the parsing process are done here.in code behind page i consume the service and Display the information.how to parse the XML? Currently i planned to do is XML to DataSet-(ds.ReadXml(XML))is it affect performance? is there any other way to do? please guide me
 
Back
Top