On Tue, May 02, 2006 at 09:58:16AM -0700, kralik wrote: > > I am using FopTrunk for processing PDF. > I am trying to stop hyphenation localy with <fo:inline hyphenate="false">... > FreeBSD, Solaris, Windows, Linux, ...</fo:inline> > But without succes. Word Fre- > eBSD looks terribly. > > Else I am using <fo:block widows="3" orphans="3" hyphenation-keep="page" > hyphenation-remain-character-count="2" hyphenation-push-character-count="2" > hyphenation-ladder-count="2" hyphenate="true" language="cs" > text-align="justify" font-size="12pt" line-height="22pt" text-indent="40pt" > font-weight="100" font-family="TimesNewRoman"> > > Any ideas? Isn't it Bug?
They hyphenate property only applies to fo:block and fo:character. See the XSL spec, section 7.9.4. You cannot change the hyphenate setting inside a fo:block, and certainly FOP hyphenates or does not hyphenate a whole paragraph. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
