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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Re: [docbook-apps] FOP 0.91 beta and <ulink> representation in PDFs?


Hi Steinar,

On Sunday 12 March 2006 08:57, Steinar Bang wrote:
> [...]
> Are there settings I could do in the markup, or in the local XSL
> customization, that would suppress the "[URL]" part, and ideally make
> the text "My Corporation" be a clickable link for that URL?

Try parameter ulink.show, like this:

 xsltproc --param ulink.show 0 ...

 (Note, use option --param here not --stringparam)

or insert the following line in your customization layer:

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


Bye,
Tom

-- 
Thomas Schraitle


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