Hi rrhodes,
Yeah thanks but I wanna to know how can I process the returned string . I know that I can use "Split" function, but is there any other way to manage the returned string from XML ?
for example assume that you have some HTML code which has returned , for example you have this html code :
Quote:
|
<html><body><img src="url"> <h1>Welcome To our Site<h1></body></html>
|
and now you want to reform this page . how can I reform this page?
for example thing that you want to change the image url or the welcome text is there any way ?
Thanks