Hello,
yes I was looking for that option
Thanks
Andreas
Am Sonntag, 21. November 2010, um 20:50:58 schrieb vincent:
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 ?