This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: [docbook-apps] How to get ulink URLs into foonotes?
- From: Bob Stayton <bobs at sco dot com>
- To: Gisbert Amm <gia at webde-ag dot de>
- Cc: "'docbook-apps at lists dot oasis-open dot org'" <docbook-apps at lists dot oasis-open dot org>
- Date: Fri, 5 Sep 2003 08:50:33 -0700
- Subject: Re: [docbook-apps] How to get ulink URLs into foonotes?
- References: <74ADFA8C453ED611A71E00508BBBA135D9F034@exchange1.cinetic.de>
On Fri, Sep 05, 2003 at 06:21:18PM +0200, Gisbert Amm wrote:
> Hi again,
>
> I faced another problem when producing PDF. I've set
>
> <xsl:param name="ulink.show" select="0"></xsl:param>
>
> and this works fine. But
>
> <xsl:param name="ulink.footnotes" select="'1'"></xsl:param>
>
> has no effect at all. There are no such footnotes in the generated PDF
> (while footnotes inserted with <footnote> naturally are).
>
> What am I missing or doing wrong?
The doc for 'ulink.show' needs to be improved. The actual
behavior of the fo stylesheets for ulink is this:
If the ulink is empty, or the content is equal to
the @url, or $ulink.show is zero, then
both the trailing URL and the URL footnote are
suppressed.
If the URL is not suppressed, then ulink.footnote
controls whether the URL appears after the ulink
text or in a footnote.
So set both 'ulink.show' and 'ulink.footnotes' to 1
to get what you want.
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.