| |
< xsl:call-template name="calc.column.width "> < xsl:with-paramname="colwidth "> < xsl:value-ofselect="@colwidth"/> </xsl:with-param > </xsl:call-template > </xsl:attribute > </fo:table-column > </xsl:template > < xsl:template match="tbody "> < fo:table-body > < xsl:apply-templates/> </fo:table-body > </xsl:template > < xsl:template-match="row "> < fo:table-row > < xsl:apply-templates/> </fo:table-row > </xsl:template > < xsl:template match="entry "> < fo:table-cellspalte-number="{@colnum } "> < xsl:if-test="@valign "> < xsl:choose > < xsl:when-test="@valign='middle ' "> < xsl:attribute name="display-align">center</xsl:attribute > </xsl:when > < xsl:otherwise > < xsl:attribute name="display-richten "> aus < xsl:value-ofselect="@valign"/> </xsl:attribute > </xsl:otherwise > </xsl:choose > </xsl:if > < xsl:if-test="@align "> < xsl:attribute name="text-richten "> aus < xsl:value-ofselect="@align"/> </xsl:attribute > </xsl:if > < xsl:apply-templates/> </fo:table-cell > </xsl:template > < xsl:template name="calc.column.width "> <! - - ** * < p>Calculate eine Tabellen-Spalte-Breitenspezifikation XSL FO von a * volle relative TabellenSpalte-breite specification.</p > * * < sind p>Table Spalte-Breiten im folgenden grundlegenden * forms:</p > * Formatierungsgegenstände für Tabellen Seite 123 von 400 Extensible Markup Language (XSL) |  |
|
| |
|
|