You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Xavier Brouckaert <Xa...@forem.be> on 2000/08/25 15:22:15 UTC

fo:simple-link

The tag <fo:simple-link> doesn't seem to work well with Netscape/Acrobat/Fop
Here's my code :

<xsl:template match="A" mode="TF">
	<fo:simple-link color="#0000C0" text-decoration="underline">
		<xsl:with-param name="external-destination">
			url('<xsl:value-of select="@HREF"/>')
		</xsl:with-param>
		<xsl:value-of select="@HREF"/>
	</fo:simple-link>
</xsl:template>

Any idea on how to make it work ?
Thanks in advance

If it's not the right place to ask this, please pardon me.

Xavier Brouckaert.