[xep-support] Eliminating Displayed Link Paths

William McVey wam at cisco.com
Tue Sep 6 08:17:33 PDT 2005


On Tue, 2005-09-06 at 10:49 -0400, Raymond wrote:
> docbook-dtd-4.5b1, docbook-xsl-1.69.1, jdk-1.5.0_4, kubuntu-5.04, oXygen-6.1, 
> xep-4.4
> 
> The following code fragment:
> 
> <ulink url="docs/foo.pdf">foo</ulink>
> 
> transforms to  foo [docs/foo.pdf ]
> 
> How does one eliminate the brackets and source path from the PDF 
> transformation?

This is coming from the default behavior of docbook-xsl. You can toggle
the behavior of showing the ulink's globally using the ulink.show
parameter (see:
http://docbook.sourceforge.net/release/xsl/current/doc/fo/ulink.show.html) or you can write your own customization layer that overrides the 'ulink' match template (see fo/xref.xsl within your docbook-xsl distribution).

If you haven't already, I highly recommend reading 
'DocBook XSL: The Complete Guide' by Bob Stayton. An HTML version of
this book is available for browsing/online reading at 
http://sagehill.net/docbookxsl/index.html , but if you plan on doing a
lot of customizations onto DocBook output, I'd recommend buying a copy.

  -- William
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list