atom feed3 messages in org.oasis-open.lists.docbookRe: [docbook] don't display ulink ele...
FromSent OnAttachments
andr...@gmx.deNov 21, 2010 11:26 am 
vincentNov 21, 2010 11:50 am 
Andreas FeNov 21, 2010 12:03 pm 
Subject:Re: [docbook] don't display ulink elements
From:vincent (vvaq@club-internet.fr)
Date:Nov 21, 2010 11:50:35 am
List:org.oasis-open.lists.docbook

Le 21/11/2010 20:26, andr@gmx.de a écrit :

Hello,

How can I prevent to display the ulink elements in my pdf file

I use fop -xml tt-proto.xml -xsl param.xsl -pdf out.pdf

<xsl:param name="ulink.show" select="0"/>

http://docbook.sourceforge.net/release/xsl/1.75.2/doc/fo/ulink.show.html : "If non-zero, the URL of each |ulink| will appear after the text of the link. If the text of the link and the URL are identical, the URL is suppressed. "

Is this parameter do what you want ?