OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] don't display ulink elements


Le 21/11/2010 20:26, andreas_fe@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 ?



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]