Hi,

You should use the hyphenate attribute :
<fo:block hyphenate="true">...</fo:block>

Pascal

> -----Message d'origine-----
> De : Lawford, Mark : Enable [mailto:[EMAIL PROTECTED] 
> Envoyé : vendredi 7 janvier 2005 15:33
> 
> I'm working on a report PDF export and I've come across a 
> trivial problem with what I suspect wil be a non-trivial solution.
> 
> I have a table cell which contains an ID value:
> 
> <fo:table-cell padding="1mm"><fo:block 
> wrap-option="wrap"><xsl:value-of 
> select="BANK_STMT_ENTRY/BANK_STMT_ID"/></fo:block></fo:table-cell>
> 
> The ID is 26 characters long with no spaces. This is too long 
> for the target cell so I'd like it to wrap. 
> 
> I notice that this is the default bahaviour for a table cell 
> anyway, but I've added the wrap-action attribute just to make sure.
> 
> The trouble is, the wrap behaviour seems only to be applied 
> when the string has one or more spaces, slashes etc.
> 
> How can I force a wrap on a continuous string?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to