Hello,
I have olinks working in PDF, and am looking at deactivating external links by setting activate.external.olinks to 0. I'm using 2.0.15.
But I would also like to continue coloring active links. Otherwise links in the PDF are only obvious when you mouse over them. This is the customization in my test:
<xsl:param name="activate.external.olinks" select="0" />
<!--<xsl:param name="activate.external.olinks" select="1" />-->
<xsl:attribute-set name="xref.properties">
<xsl:attribute name="color">#47a</xsl:attribute>
</xsl:attribute-set>
Unfortunately this also colors links that are not active. (To reproduce the problem, get
https://github.com/markcraig/DOCS-47 , then run `mvn pre-site`, and check the link in target/docbkx/pdf/other-book.pdf.)
Is there something in docbkx-tools 2.0.15 that causes deactivated links to be colored?
Is there something I should change in the customization or configuration to prevent the deactivated links from being colored?
Thanks for your help.
Regards,
Mark