OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]