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


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]