← Prev in month ← Prev in thread

Font-size control in FO output

From
Tristan Fiedler <>
Date
2005-02-14T22:01:10+00:00
ID
Thread
Font-size control in FO output
Hi All,

In my stylesheet customization layer, I include the following to 
control the <section1> title sizes:

	<xsl:attribute-set name="section.title.level1.properties">
		<xsl:attribute name="font-size">
			<xsl:value-of select="$body.font.master * 1.2"/>
			<xsl:text>pt</xsl:text>
		</xsl:attribute>
	</xsl:attribute-set>

Since my XSL training is still in progress :), how can I apply the same 
font-size control to my <title> elements in my <bibliography> section, 
which looks like :

<bibliography>
     <title>References</title>
     <bibliomixed>
         <bibliomisc>Alfonso, A., Grunda.....

Thank you,

Tristan
------------------------------
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory
← Prev in month ← Prev in thread