You can also use <fo:block hyphenate="true" language="en"> .... area that requires automatic wrapping </fo:block>. Choose the language of your choice as specified by RFC3066.
- Jamie -----Original Message----- From: Roland Neilands [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 6:02 PM To: [EMAIL PROTECTED] Subject: RE: Wrapping string (without spaces)... > How can i wrap a string(which has no spaces) inside a cell. > Example, if i have string SanFrancisco. But the cell accommodate > only 5 letter width. Then it has to wrap the word as > > SanFr > ancisco Inserting zero width spaces at the right spot will trigger wrapping. Search the archives of FOP user & XSL lists for "zero width space", it's a FAQ. http://xml.apache.org/fop/maillist.html Cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
