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?


Mark Lawford
Analyst Programmer

Enable ISS - Hastings
Mid Range Services
Cavendish House,
Castle Street,
Hastings, East Sussex
TN34 3DY

* 01424 4533018/ (7) 4274 3018 
*      07957 280 811
* [EMAIL PROTECTED]
* Mail Van E


Internet communications are not secure and therefore the Barclays Group
does not accept legal responsibility for the contents of this message.
Although the Barclays Group operates anti-virus programmes, it does not
accept responsibility for any damage whatsoever that is caused by
viruses being passed.  Any views or opinions presented are solely those
of the author and do not necessarily represent those of the Barclays
Group.  Replies to this email may be monitored by the Barclays Group
for operational or business reasons.

Barclays Bank PLC.  Authorised and regulated by the Financial Services
Authority.

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

Reply via email to