Using one component i need to browse several HTML files wherein depending on the need one gets the required HTML form. What are the ways to acheive this, in such a way that the HTML can be edited in the XSL to have no <head>, <body> etc tags. The tags need to be removed because when we add the component to the page the page already will consist of <head>, <body> etc tags and this will be an issue. SSI approach helps us to browse several forms in one component but the problem is again that we cant modify the html tags in the HTML file. So is there any method where i can browse several HTML forms from one component and also will be able to modify the html tags?