[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Inclusion of <FRAMESET> in XSL

Subject: Inclusion of <FRAMESET> in XSL
From: Amit Rekhi <amitr@xxxxxxxxxxxxx>
Date: Wed, 06 May 1998 16:19:05
center a frameset html
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.