RE: Inclusion of <FRAMESET> in XSL

Subject: RE: Inclusion of <FRAMESET> in XSL
From: "Andrew n marshall" <amarshal@xxxxxxx>
Date: Wed, 6 May 1998 09:38:09 -0700
While FRAMESET is a proposed flow object, FRAME isn't included.  This seems to
be an error, since FRAMESETs are meaningless without FRAMEs.  Perhaps this is
the root of you problems.

An alternative is to use CSS positioning on DIV or OBJECT flow objects.

Andrew n marshall
  student - artist - programmer
     http://www.media-electronica.com/anm-bin/anm
      "Everyone a mentor, Everyone a pupil"



> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Amit Rekhi
> Sent: Wednesday, May 06, 1998 9:19 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Inclusion of <FRAMESET> in XSL
>
>
> The action of the following root construction rule has a <FRAMESET> HTML
> flow object which is not getting rendered.
> The construction rule is :-
>
>  <rule>
>   <root/>
>    <HTML><TITLE>Title</TITLE>
>     <BODY>
>     <H2 ALIGN="CENTER">HEADING</H2>
>     <FRAMESET rows="50%, 50%">
>       <FRAME src="FIRST.htm">
>       <FRAME src="SECOND.htm">
>     </FRAMESET>
>     </BODY>
>    </HTML>
>   </rule>
>
> According to the XSL Working Draft, <FRAMESET> is one of the supported HTML
> flow objects in XSL, but can occur only as a nested element within
> <OBJECT>. So i changed my prev. construction rule to :-
>
>  <rule>
>   <root/>
>    <HTML><TITLE>Title</TITLE>
>     <BODY>
>     <H2 ALIGN="CENTER">HEADING</H2>
>     <OBJECT>
>     <FRAMESET rows="50%, 50%">
>       <FRAME src="FIRST.htm">
>       <FRAME src="SECOND.htm">
>     </FRAMESET>
>     </OBJECT>
>     </BODY>
>    </HTML>
>   </rule>
>
> But this also does'nt seem to work!!!!
> Any Help or Suggestions?
> 									AMIT
>
>
>
>
>
>
>
>
>
>
>
>  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