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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Re: [docbook-apps] turning off hyphenation totally (using FOP)


The DocBook XSL stylesheets have a parameter named 'hyphenate' whose default
value is true.  Each page-sequence gets a hyphenate property set to that
value, and those override your property in the root element.  Setting the
parameter to false should turn it off for all page-sequences.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: <rr@nederhoed.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Friday, November 04, 2005 7:04 AM
Subject: [docbook-apps] turning off hyphenation totally (using FOP)


> Bob,
>
>
> http://www.sagehill.net/docbookxsl/PrintCustomEx.html
> states we can turn off hyphenation by adding some 'root.properties'
attribute
>
> We have added
> <xsl:attribute-set name="root.properties">
>   <xsl:attribute name="hyphenate">false</xsl:attribute>
> </xsl:attribute-set>
>
> FOP accepts this setting but still we receive the warning:
> [ERROR] Couldn't find hyphenation pattern nl
> [ERROR] Error building hyphenation tree for language nl
>
> How can we stop FOP from giving this Error?
>
> (We could of course add Dutch hyphenation patterns...)
>
> Thanks in advance, Robert-Reinder
>
> --
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




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