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]

outputting to different frames


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

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