| Posted: 20 Apr 2005 00:02 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Apr 2005 |
|
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 |
|