»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> DocBook Environment (eDE) / Installation and Configuration / Custom Chapter font-size in fo
Posted:  20 Apr 2005 00:02
Hi,

in my custom.xsl file I included

<xsl:attribute-set name="section.title.level1.properties">
<xsl:attribute name="font-size">
<xsl:value-of select="14"/>
<xsl:text>pt</xsl:text>
</xsl:attribute>
</xsl:attribute-set>

--> works just fine

<xsl:attribute-set name="chapter.title.properties">
<xsl:attribute name="font-size">
<xsl:value-of select="20"/>
<xsl:text>pt</xsl:text>
</xsl:attribute>
</xsl:attribute-set>

--> this won't

What's wrong? Any hint appreciated.

regards
Volker