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

--



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