diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl index 3a9dcd8f8..f97991cd3 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl @@ -854,6 +854,7 @@ <xsl:template match="link" name="link"> <xsl:param name="linkend" select="@linkend"/> <xsl:param name="a.target"/> + <xsl:param name="xhref" select="@xlink:href"/> <xsl:variable name="content"> <xsl:call-template name="anchor"/> @@ -900,6 +901,7 @@ <xsl:with-param name="linkend" select="$linkend"/> <xsl:with-param name="content" select="$content"/> <xsl:with-param name="a.target" select="$a.target"/> + <xsl:with-param name="xhref" select="$xhref"/> </xsl:call-template> </xsl:template> |