Next in thread → Next in month →

Re: [docbook] fo:block language attribute

From
Thomas Schraitle <>
Date
2005-12-06T18:43:52+00:00
ID
Thread
Re: [docbook] fo:block language attribute
Hi David,

On Tuesday 06 December 2005 18:34, David White wrote:
> I have a variable set in the template called $lang and it's value is:
> 'fi'
> [...]
> <fo:block xsl:use-attribute-sets="section.title.level1.properties"
> hyphenate="true" language="$lang">

You need an attribute value template here. Try it with:

 <fo:block xsl:use-attribute-sets="section.title.level1.properties"
 hyphenate="true" language="{$lang}"> ...

Hope that helps,
Tom

-- 
Thomas Schraitle
Next in thread → Next in month →