[EMAIL PROTECTED] wrote:
<snip/>
how can I do to keep "alfred" and "junior" always togehter?
In fact fop can have the place to write "alfred" at the end of the line but not the place for "junior". Then "junior" is written on the next line. How can I do to force fop to write both "alfred junior".
The mechanism for achieving this effect in XSL-FO is keep-together="always", e.g.
<fo:inline keep-together="always">alfred junior</fo:inline>
Sadly, keep-* properties are not implemented in FOP 0.20.5
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]