Hi!
I use FOP 0.93 and write some data in a table with several columns. In one
column data can be broader than the column-width without any chance to
hyphenate.
FOP then logs message: "WARN [BreakingAlgorithm] Line 1 of a paragraph
overflows the available area."
I tried to get rid of it with overflow- and wrap-option-attributes, but it
doesn'nt work:
<fo:table-cell>
<fo:block-container overflow="scroll" wrap-option="wrap">
<fo:block language="de" hyphenate="true()">
<xsl:value-of select="."/>
</fo:block>
</fo:block-container>
</fo:table-cell>
Say, I have a string "www.verylonguri.com", FOP can't hyphenate it and does
write it into the next column. I would like to break it hard, like this:
www.verlon
guri.com
Is there any way to archive this?
Thank you in advance!
Franz
--
View this message in context:
http://www.nabble.com/BreakingAlgorithm-Problem-tf4806438.html#a13751025
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]