Johannes,
Here is what I use. It should be able to be run in DB5 (I am using DB4).
Regards,
Dean Nelson
<!-- =========== Colored and hyphenated links ===================== -->
<xsl:template match="ulink">
<fo:basic-link external-destination="{...@url}"
xsl:use-attribute-sets="xref.properties"
text-decoration="underline" color="blue">
<xsl:choose>
<xsl:when test="count(child::node())=0">
<xsl:value-of select="@url"/>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>
</xsl:otherwise>
</xsl:choose>
</fo:basic-link>
</xsl:template>
In a message dated 12/03/09 05:48:36 Pacific Standard Time,
[email protected] writes:
Hi,
how can I change the color of hyperlinks created with
<link xlink:href="some url">text I want in different color</link>
Johannes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]