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

How can I use relative refference with iframe

Subject: How can I use relative refference with iframe
From: "Bovy, Stephen J" <STEPHEN.Bovy@xxxxxx>
Date: Thu, 19 May 2005 15:15:23 -0400
iframe relative path
I am creating a table from an xml doc.

I would like to spit the table headers
and make the table body scrollable.

I am trying to use iframe with a rel reff "#...."
but it does not seem to work.

Here is a snippet of the code:

<xsl:template match="/*">
<div style="display=none">
<table border="1" width="100%" cellpadding="5" >
  <tbody id="tb1" name="tb1" >

    <tr bordercolor="yellow" bgcolor="Aqua">
      <th colspan="4" >
        <xsl:value-of select="local-name(/*)"/>
      </th>
    </tr>
    <tr bordercolor="yellow" bgcolor="#00CCFF">
      <xsl:apply-templates select="/*/* 1 /*" mode="header"/>
    </tr>
  </tbody>
  <tbody >
    <xsl:apply-templates />
  </tbody>
</table>
</div>
<iframe id="ftb1" name="ftb1" frameborder="0" vspace="0"
        hspace="0" marginwidth="0" marginheight="0" width="100%"
        src="#tb1" scrolling="yes" style="overflow:visible" />
</xsl:template>

Any clues or ideas anyone,

I am getting an empty frame....

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.