| |
---|
| | <xsl:if test="@header = 'yes'"><xsl:text>}</xsl:text></xsl:if> |
---|
| | </xsl:otherwise> |
---|
| | </xsl:choose> |
---|
| | <xsl:if test="$column-no != last()"> |
---|
| | <xsl:call-template name="latex-column-separator" /> |
---|
| | <xsl:call-template name="tabular-column-separator" /> |
---|
| | </xsl:if> |
---|
| | </common> |
---|
| | <!-- |
---|
| | It's much easier in HTML, because a <td> is a <td> is a <td>, regardless of the attributes supplied. |
---|
| |
---|
|