From 87d8f219c2ad717f5395882c02b2699cfc96f03d Mon Sep 17 00:00:00 2001
From: Norman Walsh <ndw@nwalsh.com>
Date: Sun, 15 Jul 2001 20:08:59 +0000
Subject: [PATCH] Output column number when namest is used

---
 xsl/fo/table.xsl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl
index 2db447af5..a0e5722e5 100644
--- a/xsl/fo/table.xsl
+++ b/xsl/fo/table.xsl
@@ -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>
-- 
2.40.0