Subject: outputting to different frames
From: Eric Taylor <Eric.Taylor@xxxxxxxxxxxx>
Date: Thu, 3 Aug 2000 06:49:08 -0500
|
I want to output some information from my XML file to a header frame
(creating a non-scrolling region), and output the rest to a body frame.
In my XSL, I added:
<FRAMESET ROWS="100,*" FRAMEBORDER="0">
<FRAME NAME="header" NORESIZE="true" SCROLLING="no"/>
<FRAME NAME="body" SCROLLING="auto"/>
</FRAMESET>
to the head portion of my HTML output, but I don't know how to direct the
different parts of my output to the different frames. Can someone help me
out? Thanks much. Eric
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|