Thanks again Mr. J. Pietschmann,
your solution works fine and does what I tried to do. All in all now I know that my problem is not that easy to handle and only a nice to have because of its complexity. Links can be long, so we have the following line:
this is my longlonglonglink.
With hyphenation it was 1:
this is my longlong-
link.
My hope was that the described solution would make it more beautiful, but the result was 2:
this is my
longlonglink.
In 1 vs 2 , 1 is the minor bad one.
J.Pietschmann wrote:
On 19.10.2009 16:55, JPee wrote:
> hyphenation-remain-character-count="2">text.....<fo:inline
> hyphenate="false"><external-link>link</external-link></fo:inline> text....
You can't disable hyphenation on an inline, but you can test
whether
<fo:inline keep-together.within-line="always"
><external-link>link</external-link></fo:inline>
will do the trick.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org