Hi

2012/6/22 Rita Greenberg <rgreenb...@medata.com>:
> 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 (&#x200b;) between them, like
that:
#&#x200b;28

[1] http://xmlgraphics.apache.org/fop/compliance.html#fo-property-wrap-option

-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to