Re: [docbook] don't display ulink elements

From
vincent <>
Date
2010-11-21T19:51:09+00:00
ID
Thread
Re: [docbook] don't display ulink elements
Le 21/11/2010 20:26,  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 ?