Lars Vogel
2014-06-02 07:11:19 UTC
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
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