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.co
m/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.base.doc/i
nfo/aes/ae/trun_svr_nonroot.html">http://publib.boul
der.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">​</xsl:par
am>
<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
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|