RE: [xep-support] Forcing a character to behave like a space forbreaking across lines in Table Cells.

From: Michaud, Jean-Francois <Jean-Francois.Michaud@boeing.com>
Date: Fri Oct 12 2007 - 11:57:23 PDT

Thank you all much for your help on this, it is much appreciated! I will
test Alejandro's solution first and see, otherwise I'll implement zero
width space if necessary.

Regards, Jean-Francois Michaud

-----Original Message-----
From: Alejandro Masino [mailto:amasino@atsec.com]
Sent: Tuesday, October 09, 2007 1:15 PM
To: xep-support@renderx.com
Subject: Re: [xep-support] Forcing a character to behave like a space
forbreaking across lines in Table Cells.

See the following piece of xsl:fo code:

<fo:table-cell>

    <fo:block hyphenate="true" hyphenation-character="">
      
 
<xsl:text>ThisIsLongEnoughToWrapInACell,ButWithNoHyphenation-CharacterSo
ItMayDoTheTrickForWhatYouNeed</xsl:text>
    </fo:block>

</fo:table-cell>

Regards,
Alejandro

______________________________________________________

Alejandro Fabio Masino
atsec information security

Visit our web-site at: www.atsec.com
@sec: the information security provider

Michaud, Jean-Francois wrote:
> Hello guys,
>
> I was wondering if anybody could help with a comma problem we are
> experiencing in PDF.
>
> It would seem that the RenderX engine, within a CELL, condenses a
"word"
> in the available space instead of breaking gracefully across lines. In

> particular, we use part numbers that are separated by a comma only
> (not comma space) and the stream of letters (maybe 70 letters) is
> conden in a space of about 1 inch wide (it is of course unreadable).
>
> Is it possible to select certain characters where we want a break to
> occur? Or is a special implementation necessary to insert, for
> example, a no-width space where needed to force a break after the
> character we want to use as a line breaker (this is more processing
> intensive though and if there is a RenderX configuration solution, it
would be ideal)?
>
> Thank you much.
>
> Regards
> Jean-Francois Michaud
>
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe
xep-support'
> in the body of the message to majordomo@renderx.com from the address
> you are subscribed from.
> (*) By using the Service, you expressly agree to these Terms of
> Service http://www.renderx.com/terms-of-service.html
>
>

--
______________________________________________________ 
Alejandro Fabio Masino
atsec information security
Visit our web-site at: www.atsec.com
@sec: the information security provider
Project=General
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address you
are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service
http://www.renderx.com/terms-of-service.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Fri Oct 12 13:06:24 2007

This archive was generated by hypermail 2.1.8 : Fri Oct 12 2007 - 13:06:25 PDT