]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't translate tgroup align into HTML table align--they don't mean the same thing
authorNorman Walsh <ndw@nwalsh.com>
Thu, 5 Apr 2001 17:32:43 +0000 (17:32 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 5 Apr 2001 17:32:43 +0000 (17:32 +0000)
xsl/html/table.xsl

index 83869b1328a07d255f72895e96fadaa6a75ff641..911af6473207de114c0892cbde07ed5e4ddb0ae8 100644 (file)
       <xsl:attribute name="width">100%</xsl:attribute>
     </xsl:if>
 
+<!-- this is wrong, align on tgroup gives the default alignment for table
+     cells, not the alignment for the table itself...
     <xsl:if test="@align">
       <xsl:attribute name="align">
         <xsl:value-of select="@align"/>
       </xsl:attribute>
     </xsl:if>
+-->
 
     <xsl:choose>
       <xsl:when test="../@frame='none'">