Hi 2012/6/22 Rita Greenberg <[email protected]>: > Oops - I thought it worked but no - it's not!
> In my xsl:fo stylesheet I'm using wrap-option="wrap" on a fo:cell level. FOP has limited support for wrap-option: only for fo:block. See Compliance page at [1]. That said, FOP breaking algorithm needs a break opportunity to insert a break line. If you want a such opportunity between 2 characters that usually remain stuck, you have to insert a ZWSP (​) between them, like that: #​28 [1] http://xmlgraphics.apache.org/fop/compliance.html#fo-property-wrap-option -- pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
