]> granicus.if.org Git - docbook-dsssl/commitdiff
Output column number when namest is used
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Jul 2001 20:08:59 +0000 (20:08 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Jul 2001 20:08:59 +0000 (20:08 +0000)
xsl/fo/table.xsl

index 2db447af59c5303ffddbfffe27062b3a59c59a16..a0e5722e51b954399891e070d02f0fd34e8ebfd4 100644 (file)
@@ -321,6 +321,11 @@ to be incomplete. Don't forget to read the source, too :-)</para>
       </xsl:attribute>
     </xsl:if>
     <xsl:if test="@namest">
+      <xsl:attribute name="column-number">
+        <xsl:call-template name="colspec.colnum">
+          <xsl:with-param name="colname" select="@namest"/>
+        </xsl:call-template>
+      </xsl:attribute>
       <xsl:attribute name="number-columns-spanned">
         <xsl:call-template name="calculate.colspan"/>
       </xsl:attribute>