Re: FW: Re[2]: [xep-support] Wrapping problem with basic-link

From: Michael Sulyaev <msulyaev@renderx.com>
Date: Wed Mar 30 2005 - 02:22:29 PST

Hello, Manish.

There is a <fo:block keep-together="always"> surrounding the table.
The keep-together shortcut expands to
 keep-together.within-line="always" &&
 keep-together.within-column="always" &&
 keep-together.within-page="always",
and thus affects line wrapping.

Replace the shortcut with (keep-together.within-column="always"
keep-together.within-page="always") attributes.

Wednesday, March 30, 2005 at 10:05:06 AM you wrote:

CM> Hello
CM> I am sending the FO file, please look for the test string 'SID ADELAIDE
CM> FOUR DEP (RADAR) - ALL RWYS Testing Long String'
CM> I am using XEP 4.2 and Acrobat Reader 6.0
CM> Cheers
CM> Manish Chopra

CM> -----Original Message-----
CM> From: owner-xep-support@renderx.com
CM> [mailto:owner-xep-support@renderx.com] On Behalf Of Michael Sulyaev
CM> Sent: Friday, 25 March 2005 10:08 PM
CM> To: Chopra, Manish
CM> Subject: Re[2]: [xep-support] Wrapping problem with basic-link

CM> Hello, Manish.

CM> I cannot spot the problem and need the real FO (not xsl).
CM> Please post a short sample to this list, or send it zipped to
CM> support@renderx.com.
CM> Which version of XEP are you using?

CM> Wednesday, March 23, 2005 at 7:15:06 AM you wrote:

CM>> I missed .... If I change 'basic-link' to 'block' it wraps.

CM>> -----Original Message-----
CM>> From: owner-xep-support@renderx.com
CM>> [mailto:owner-xep-support@renderx.com] On Behalf Of Chopra, Manish
CM>> Sent: Wednesday, 23 March 2005 2:51 PM
CM>> To: xep-support@renderx.com
CM>> Subject: [xep-support] Wrapping problem with basic-link

CM>> Hello
CM>> I am using following fragment for creating an index. I have a long
CM>> string which shrinks instead of wrapping. If I change 'basic-link'
CM> to it
CM>> works fine but I lose me link.
CM>> Is there any other way around to make it wrap.

CM>> <fo:table-cell wrap-option="wrap">
CM>> <fo:block>
CM>> <fo:basic-link color="{$basic-link-color}"
CM>> internal-destination="{$file-id}" wrap-option="wrap">
CM>> <xsl:apply-templates select="*|text()"/>
CM>> </fo:basic-link>

CM>> Cheers
CM>> Manish

CM>> -------------------
CM>> (*) To unsubscribe, send a message with words 'unsubscribe
CM> xep-support'
CM>> in the body of the message to majordomo@renderx.com from the address
CM>> you are subscribed from.
CM>> (*) By using the Service, you expressly agree to these Terms of
CM> Service
CM>> http://www.renderx.com/tos.html

CM>> -------------------
CM>> (*) To unsubscribe, send a message with words 'unsubscribe
CM> xep-support'
CM>> in the body of the message to majordomo@renderx.com from the address
CM>> you are subscribed from.
CM>> (*) By using the Service, you expressly agree to these Terms
CM>> of Service http://www.renderx.com/tos.html

-- 
Best regards,
 Michael Sulyaev                          mailto:msulyaev@renderx.com
RenderX
-------------------
(*) 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/tos.html
Received on Wed Mar 30 02:56:32 2005

This archive was generated by hypermail 2.1.8 : Wed Mar 30 2005 - 02:56:33 PST