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

Adding an I-Frame in XSL code

Subject: Adding an I-Frame in XSL code
From: Brian Hickey <brian_hickey1@xxxxxxxxx>
Date: Wed, 21 Aug 2002 02:44:39 -0700 (PDT)
iframe xsl
Hello all 

On my output page I will have a navigation menu with
links to various resources. I want to add an 'iframe'
where these resources can be displayed without leaving
the main page. I have tried this is as per the code
below and the frame shows up ok but the source is not
displayed, even for the default home.htm page. When I
click on view source I get the error message: "The xml
source file is unavailable for viewing"

<xsl:template match="/"> 
  <html>
    <head>
      <xsl:call-template name="HTMLHead" />
    </head>
  </html>
  <body>
   <iframe 
   src ="home.htm" name="showframe" align="right"     

   height="600" width="450">
   </iframe>
   <xsl:apply-templates/>
  </body>
</xsl:template>

Has anybody any suggestions how I can overcome this
problem. 

Rgds, Brian.

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

 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.