Greetings experienced programmers
I have to admit that I am a rookie to XML and need some help here. I was looking for a script to grab the source code of HTML pages and then save it to a local file. I have been using the script found at
http://www.codeproject.com/asp/gethtmlsource.asp and it works great and lets me use the save file in my ASP scripts but there is a problem.
The problem is that the script above does not preserve all line-spacing, tabs or white-space so the resulting save file would be different than if you manually saved the source file of the page in IE. My ASP script is set up tp read the save file line-by-line and look for key-words so the resulting saved page from the script above is useless. Is there any way to get XMLHTTP to preserve all the extra spacing and tabs?