Stephen Bannasch wrote: > > Again using v1.49 of the docbook xsl stylesheets I get the following as output when >displaying a ulink in a table cell. > > CCProbe.exe > [http:/#/#concord.org/#ccprobeware/ > #ccprobe/#download/#ccprobe-palmo > s/#CCProbe.exe] > > A '#' after every '/'.
This is because FOP can't interpret special character which signals where it is possible to break URLs. You can turn off this feature by following setting: <xsl:param name="ulink.hyphenate" select="''"/> -- ----------------------------------------------------------------- Jirka Kosek e-mail: [EMAIL PROTECTED] http://www.kosek.cz
