← Prev in month ← Prev in thread

Wrapping long ulink text in table entries

From
Mark Peters <>
Date
2007-05-24T15:13:05+00:00
ID
Thread
Wrapping long ulink text in table entries
Hi Everyone,

I'm producing PDFs using the 1.69.1 stylesheets and FOP 0.20.5. I have
a ulink with a long URL in a table entry. The ulink text does not
wrap; instead, it continues across additional columns and disappears
off the page.

The relevant part of my XML is as follows:

<entry>
<note>
	<para>IBM suggests that you must run WebSphere Application Server as
a root user. If you want to run the application server as a non-root
user, see the following instructions from IBM:</para>
	<para>
	<ulink url="http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.base.doc/info/aes/ae/trun_svr_nonroot.html">http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.base.doc/info/aes/ae/trun_svr_nonroot.html</ulink>
	</para>
</note>
</entry>


I've set the ulink.hyphenate and ulink.hyphenate.chars parameters as follows:

<xsl:param name="ulink.hyphenate">&#x200B;</xsl:param>
<xsl:param name="ulink.hyphenate.chars">. , /</xsl:param>

The normal paragraph text in my table entries wraps correctly. Is
there another parameter I need to set?

Thanks,
Mark

-- 

Mark Peters
Senior Technical Writer
Saba Software
← Prev in month ← Prev in thread