Spudhead
09-12-2005, 02:05 PM
We've got a website stats program that generates HTML report files into a folder on our server. I need to write an ASP page that rips key data out of those files and collates it into a report of its own.
The generated files aren't XHTML; in fact, I can't guarantee that they're particularly valid HTML :rolleyes:
Am I right in thinking, therefore, that I can't rely on using an XMLHTTP object to open and parse those files, and that my best/only solution is to use a FileSystemObject and some RegExp's to get at the data?
All suggestions appreciated.
cheers :)
The generated files aren't XHTML; in fact, I can't guarantee that they're particularly valid HTML :rolleyes:
Am I right in thinking, therefore, that I can't rely on using an XMLHTTP object to open and parse those files, and that my best/only solution is to use a FileSystemObject and some RegExp's to get at the data?
All suggestions appreciated.
cheers :)