I wrote a vbs script to parse and filter large log files into xml. The xml document is then opened and rendered in a browser. There are several manual steps involved in this process and I'd like to bring the steps together and do the parse, filter, and xml render in an HTA. The problem I'm having is rendering an xml file within a div. I can dump the contents of the xml file into a div as text but that's not very helpful.
Google suggests that people have been faced with a similar issue before. The recommended solution is to use jquery to load the file. Unfortunately, that is not really an option at the moment. Any suggestion?
-Geates
Google suggests that people have been faced with a similar issue before. The recommended solution is to use jquery to load the file. Unfortunately, that is not really an option at the moment. Any suggestion?
-Geates