<xsl:attribute-set name="index.div.title.properties">
<xsl:attribute name="margin-left">0pt</xsl:attribute>
<xsl:attribute name="font-size">14.4pt</xsl:attribute>
- <xsl:attribute name="font-family">{$title.fontset}</xsl:attribute>
+ <xsl:attribute name="font-family"><xsl:value-of
+ select="$title.fontset"/></xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
- <xsl:attribute name="space-before.optimum">{$body.font.master}pt</xsl:attribute>
- <xsl:attribute name="space-before.minimum">{$body.font.master * 0.8}pt</xsl:attribute>
- <xsl:attribute name="space-before.maximum">{$body.font.master * 1.2}pt</xsl:attribute>
+ <xsl:attribute name="space-before.optimum"><xsl:value-of
+ select="concat($body.font.master,'pt')"/></xsl:attribute>
+ <xsl:attribute name="space-before.minimum"><xsl:value-of
+ select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
+ <xsl:attribute name="space-before.optimum"><xsl:value-of
+ select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>