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: [docbook-apps] How to get ulink URLs into foonotes?


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.


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