I'm writing a jsp and would like some html described content to be displayed withing the jsp. The html I want to include is dynamically generated by xsl. Is there a way to include the html in the jsp document. I'd rather not use seperate frames because I'd like the finished product to scroll as one page. I tried using <IFRAME> but I can't set the height attribute becuase I don't know in advance how long the dynamic html will be. Any suggestions?