]> granicus.if.org Git - docbook-dsssl/commitdiff
Use table.table.properties on tables
authorNorman Walsh <ndw@nwalsh.com>
Thu, 4 Mar 2004 14:02:44 +0000 (14:02 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 4 Mar 2004 14:02:44 +0000 (14:02 +0000)
xsl/fo/table.xsl

index a0c99b65f10d92e3279b9d6d6123ec86defb2f12..862f1a6e664df56a0f3a3d3a1cbfcf0520fafaed 100644 (file)
@@ -455,7 +455,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
             <xsl:when test="self::entrytbl">
               <xsl:variable name="prop-columns"
                             select=".//colspec[contains(@colwidth, '*')]"/>
-              <fo:table border-collapse="collapse">
+              <fo:table xsl:use-attribute-sets="table.table.properties">
                 <xsl:if test="count($prop-columns) != 0">
                   <xsl:attribute name="table-layout">fixed</xsl:attribute>
                 </xsl:if>