From: latetext on
I have a web browser object that points to a web page that has XML
data on it. How do I take that text and save it into a file? If I do
webBrowser.DocumentText, it gives me the code that creates the Xml
document displayed on the page (doesn't look like HTML either), so How
can I directly get the text that is displayed on the web page?