This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: '#' chars displayed in ulink in table cell


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: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]