]> granicus.if.org Git - docbook-dsssl/commitdiff
Use table.navigation.cell.properties for the table.spacer.image in the navigation...
authorNorman Walsh <ndw@nwalsh.com>
Fri, 11 Jul 2003 11:58:51 +0000 (11:58 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 11 Jul 2003 11:58:51 +0000 (11:58 +0000)
website/xsl/tabular.xsl

index 7861892f55dcde05c3376faf3a28eb65e73d2cf8..7bbf0798b837fff8ebeb0164807934c0394992c8 100644 (file)
             </xsl:attribute>
           </xsl:if>
           <tr>
-            <td><img src="{$table.spacer.image}" alt=" " width="1" height="1"/></td>
-            <xsl:call-template name="hspacer"/>
+            <td xsl:use-attribute-sets="table.navigation.cell.properties">
+              <img src="{$table.spacer.image}" alt=" " width="1" height="1"/>
+            </td>
+            <xsl:call-template name="hspacer">
+              <xsl:with-param name="vspacer" select="1"/>
+            </xsl:call-template>
             <td rowspan="2" xsl:use-attribute-sets="table.body.cell.properties">
               <xsl:if test="$navbodywidth != ''">
                 <xsl:attribute name="width">
 </xsl:template>
 
 <xsl:template name="hspacer">
+  <xsl:param name="vspacer" select="0"/>
   <!-- nop -->
 </xsl:template>