This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XSL files and HTML frames


hi,
	Has anyone worked with frames and XSLT?  I want to include content
from three xsl files (the top, bottom, and middle content) into frames in
another xsl file.

In html this would work like this:

<frameset rows="70,*,70" cols="*" frameborder="no" border="0"
framespacing="0">
	<frame src="top.html" name="top" frameborder="no" scrolling="no"
noresize=""/>
	<frame src="toDo.html" name="content" frameborder="no"
scrolling="auto" noresize=""/>
       <frame src="bottom.html" name="bottom" frameborder="no"
scrolling="no" noresize=""/>
</frameset>

The above code would include the three html files into three different
frames of one screen.  But I need to use XSLT instead of just straight HTML.
I have top.xsl, toDo.xsl, and bottom.xsl but how do I include these in HTML
frames.  Has anyone done this?  Can it be done?  

Thanks in advance,
Heather


  


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]