]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed incorrect syntax in attribute values.
authorBob Stayton <bobs@sagehill.net>
Tue, 18 Jan 2005 07:57:55 +0000 (07:57 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 18 Jan 2005 07:57:55 +0000 (07:57 +0000)
xsl/params/index.div.title.properties.xml

index 598ce7e5a7048ac5275c797eebd7d4fe4cc3ec86..c27d1651e5ca4eb29aa7ba0a243343ddfee1e88f 100644 (file)
@@ -10,12 +10,16 @@ index</refpurpose>
 <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>