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] PDF output should contain only the URL for ulinks


Hi Lars,
Are you sure that this template is called the way you want? I would add a xsl:message to check this.

Regards, Frank

Am 2. Juni 2014 09:11:40 schrieb Lars Vogel <lars.vogel@gmail.com>:

Hi,


I have the following statement in my Docbook 4.5 XML.
----------
You find it under the following URL: <ulink url="" href="http://www.eclipse.org/legal/clafaq.php">http://www.eclipse.org/legal/clafaq.php">Eclipse CLA FAQ</ulink>.

---------

For PDF output I would like to include only the link and not the text. I though the following might work but it didn't. 

<xsl:template match="ulink">
<fo:inline font-style="italic">
<xsl:value-of select=".//ulink/@url" />
</fo:inline>
</xsl:template>

Any suggestions how to solve that?

Best regards, Lars


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