|
Subject: XSL files and HTML frames From: Heather Lindsay <heather.lindsay@xxxxxxxxxxxxx> Date: Mon, 23 Oct 2000 16:09:37 -0400 |
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| XSL files and HTML frames, Heather Lindsay | Thread | re: XSL files and HTML frames, Eric Taylor |
| Re: Variable with Namespace, Steve Muench | Date | Re: A very simple question, Mike Brown |
| Month |