How would i go about extracting specific information from the XML returned from a webservice.
The webservice is called from an embedded webbrowser in a C# windows form.
I was thinking that mabey i could save the displayed data as XML file and read from that though it would need to be automatic and not use the save dialog that webbrowser control has.
I was also thinking that i could read from the browser and load as xmlDocument.
If anyone could point me in the right direction here it would really help, thanks.