If you ever do manage to load the file in a browser, you can add it and the page under it to the object repository, and then use:
Where "X" and "Y" are the OR names of the browser and the page.
Code:
MsgBox Browser("X").Page("Y").GetROProperty("innerhtml")Where "X" and "Y" are the OR names of the browser and the page.

