RE: Inclusion of <FRAMESET> in XSL

Subject: RE: Inclusion of <FRAMESET> in XSL
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Mon, 11 May 1998 09:19:39 -0700
I meant which XSL implementation?  MSXSL should handle this fine (with the
fixes suggested in other responses to your question).

Using the MSXSL.EXE as a debugging aid is usually helpful since the MSXSL
Active X Control does not offer adequate error messages.  Also by going
through the step of generating the HTML file you can easily see whether the
bug is on the XSL side or the HTML side.

		-----Original Message-----
		From:	Amit Rekhi [mailto:amitr@xxxxxxxxxxxxx]
		Sent:	Monday, May 11, 1998 1:58 AM
		To:	xsl-list@xxxxxxxxxxxxxxxx
		Subject:	RE: Inclusion of <FRAMESET> in XSL

		>What implementation are you using?

		I'm using the following implementation :-
				 <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>

	
Regards,
	
AMIT

		At 03:40 PM 5/10/98 -0700, you wrote:
		>What implementation are you using?
		>
		>		-----Original Message-----
		>		From:	Amit Rekhi
[mailto:amitr@xxxxxxxxxxxxx]
		>		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
		>
		>


		 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