[XSL FO]probleme de formatage
Bonjour a tous.
Pourquoi les balises block deformatent elles ce qu'il y a a l'interieur?
Code:
1 2 3 4 5 6 7 8 9
| <fo:block>
<xsl:template match="section">
<fo:block keep-with-next.within-column="always" font-weight="bold" font-size="14pt"
font-family="Helvetica" space-after="6pt">
<xsl:value-of select="title/text[@lang=$lang]"/>
</fo:block>
<xsl:apply-templates select="hint|itemslist"/>
</xsl:template>
</fo:block> |
je me retrouve qvec du texte normal.
Si vous avez une solution.