tinauser
14 years agoFrequent Contributor
parse HTML stored on disk
Hallo,
what is the best way of testing/parsing an html file stored on disk?
Some background:
my application has a result page, which is an object (VB) with several tables: after press of a "report" button, a preview window opens with the same content of the GUI displayed slightly different; the preview source is an html file, which is stored in a temp folder. I need to test whether some values in the preview and in the object table are the same. (the report can also be saved as mht file, if parsing it is somehow easier).
what is the best way of testing/parsing an html file stored on disk?
Some background:
my application has a result page, which is an object (VB) with several tables: after press of a "report" button, a preview window opens with the same content of the GUI displayed slightly different; the preview source is an html file, which is stored in a temp folder. I need to test whether some values in the preview and in the object table are the same. (the report can also be saved as mht file, if parsing it is somehow easier).