| |
---|
| | <xsl:call-template name="generate-content-cell"> |
---|
| | <xsl:with-param name="columns" select="if ( $numbered = 'yes' ) then 1 else 2" /> |
---|
| | <xsl:with-param name="rows" select="if ( @rows ) then @rows else 1" /> |
---|
| | <xsl:with-param name="align">left</xsl:with-param> |
---|
| | <xsl:with-param name="column-format" select="if ( $numbered = 'no' ) then 'l|' else 'c|'" /> |
---|
| | </xsl:call-template> |
---|
| | </common> |
---|
| | <common formats="/html/xhtml/"> |
---|
| | <xsl:if test="$numbered = 'yes'"> |
---|
| |
---|
|