Tableaux de XSL-FO
|
Il y a neuf objets de XSL-FO employés pour créer des tables :
|
|
- fo : table-et-légende
- fo : table
- fo : table-légende
- fo : table-colonne
- fo : table-en-tête
- fo : table-titre de bas de page
- fo : table-corps
- fo : table-rangée
- fo : table-cellule
|
Exemple :
|
Le <fo : l'élément de table-and-caption> est utilisation de définir une table. Il contient un <fo : table> et un <fo facultatif : élément de caption>.
Le <fo : l'élément de table> contient l'élément facultatif comme le <fo : table-column>, <fo : table-header>, <fo : table-body>, <fo : table-footer> etc. Chacun de ces éléments a un ou plusieurs le <fo : éléments de table-row>, avec l'un ou plusieurs <fo : éléments de table-cell> :
|
<xsl:template match="ol">
<fo:list-block
space-before="0.25em" space-after="0.25em">
<xsl:apply-templates/>
</fo:list-block>
</xsl:template>
<xsl:template match="ol/li">
<fo:list-item space-after="0.5ex">
<fo:list-item-label start-indent="1em">
<fo:block>
<xsl:number/>.
</fo:block>
</fo:list-item-label>
<fo:list-item-body>
<fo:block>
<xsl:apply-templates/>
</fo:block>
</fo:list-item-body>
</fo:list-item>
</xsl:template>
|
Rendement
Voiture |
Prix |
Volvo |
$50000 |
SAAB |
$48000 |
Keywords :
XSL-FO Table,
xsl fo table cell,
fo page break,
xsl fo table,
xsl line break,
apache fo,
xsl reference,
xsl examples,
xsl example,
xsl count,
xsl text,
docbook xsl,
xsl processor,
xsl fo block,
xsl document,
xsl fo inline,
fo reference,
pdf fo,
svg xsl,
xsl stylesheet,
docbook fo,
text table,
fo examples,
display xsl,
fo text,
xsl using
|