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 <[email protected]>:
Hi,
I have the following statement in my Docbook 4.5 XML.
----------
You find it under the following URL: <ulink url="
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