How do I display HTML from another source in Web Reports?

Unfortunately my web programming experience is limited, so I’m stuck on this one. I have a number of on disk HTML files which are generated via a powershell script. I want to display these files in Web Reports.

To gather them I have an analysis running which simply does the following:

 lines of files of folder "c:\temp\Bladelogic\stormmodecheck\Reports"

Now, I can easily retrieve this in web reports, however it & encodes the html automatically. That is the first problem. Secondarily, each of these files is a full web page itself, so it contains all the standard opening and closing statements (head, body, etc). It’s possible I could use and html “OBJECT” or “IFRAME” to display them but I can’t test that until I get past the & encoding.

If I check the relevance in the QNA debugger of web reports I get this:
Q: (concatenations of values of result (bes property “DE - Storm Mode Check Report Contents”, it)) of bes computers whose (exists value of result(bes property “DE - Storm Mode Check Report Contents”,it))
A: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN” "http://www.w3.org

running the same relevance in web reports and I get ampersand encoded output:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><title>Storm Check - Windows Systems Report</title><style type="text/css&quot…

Any thoughts???

If you are newbie you could download the script from github and test it if working properly, or the other thing is to get service of some professional web developer who could debug your problems.