<xsl:when test="not(@linkend)
and ($firstterm.only.link = 0 or $firstterm = 1)
+ and ($glossterm.auto.link != 0)
and $glossary.collection != ''">
<xsl:variable name="term">
<xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="id">
- <xsl:text>gl.</xsl:text>
<xsl:choose>
<xsl:when test="$cterm/@id">
<xsl:value-of select="$cterm/@id"/>
<xsl:param name="firstterm" select="0"/>
<xsl:choose>
-
<xsl:when test="($firstterm.only.link = 0 or $firstterm = 1) and @linkend">
<xsl:variable name="targets" select="key('id',@linkend)"/>
<xsl:variable name="target" select="$targets[1]"/>
<xsl:when test="not(@linkend)
and ($firstterm.only.link = 0 or $firstterm = 1)
+ and ($glossterm.auto.link != 0)
and $glossary.collection != ''">
<xsl:variable name="term">
<xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="id">
- <xsl:text>gl.</xsl:text>
<xsl:choose>
<xsl:when test="$cterm/@id">
<xsl:value-of select="$cterm/@id"/>