</xsl:when>
<xsl:when test="$axf.extensions != 0">
<fo:basic-link external-destination="{$href}"
- xsl:use-attribute-sets="olink.properties"
- show-destination="replace">
+ xsl:use-attribute-sets="olink.properties">
<xsl:copy-of select="$hottext"/>
</fo:basic-link>
<xsl:copy-of select="$olink.page.citation"/>
</xsl:when>
<xsl:otherwise>
<fo:basic-link external-destination="{$href}"
- xsl:use-attribute-sets="olink.properties"
- show-destination="replace">
+ xsl:use-attribute-sets="olink.properties">
<xsl:copy-of select="$hottext"/>
</fo:basic-link>
<xsl:copy-of select="$olink.page.citation"/>
<refsynopsisdiv>
<src:fragment id='olink.properties.frag'>
<xsl:attribute-set name="olink.properties">
+ <xsl:attribute name="show-destination">replace</xsl:attribute>
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
-<para>This attribute set is used on cross reference text
-from an olink. It is not applied to the
+<para>This attribute set is applied to the <sgmltag>fo:basic-link</sgmltag>
+element of an olink. It is not applied to the
optional page number or
optional title of the external document.</para>