concept2docbook.xsl: Obey the "text" parameter of concept.link

[SVN r19860]
This commit is contained in:
Douglas Gregor 2003-08-29 15:07:18 +00:00
parent 96ec5bc0f3
commit 1db997ec6e

View File

@ -772,7 +772,7 @@ top level of the Caramel distribution. -->
<xsl:text>'</xsl:text>
</xsl:message>
</xsl:if>
<xsl:value-of select="$name"/>
<xsl:value-of select="$text"/>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="internal-link">
@ -781,7 +781,7 @@ top level of the Caramel distribution. -->
<xsl:with-param name="node" select="$node"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="text" select="$name"/>
<xsl:with-param name="text" select="$text"/>
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>