]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug in glossary.xsl where glosssee and glossseealso were
authorBob Stayton <bobs@sagehill.net>
Sat, 8 Feb 2003 21:47:25 +0000 (21:47 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 8 Feb 2003 21:47:25 +0000 (21:47 +0000)
using mode="xref" instead of mode="xref-to".

xsl/html/glossary.xsl

index cf958d95ecc8709eb775ffa0f29e3b8168810533..3e624fdf86dab16fb04521cc991e0f2054097724 100644 (file)
@@ -203,7 +203,7 @@ GlossEntry ::=
       <xsl:choose>
         <xsl:when test="$target">
           <a href="#{@otherterm}">
-            <xsl:apply-templates select="$target" mode="xref"/>
+            <xsl:apply-templates select="$target" mode="xref-to"/>
           </a>
         </xsl:when>
         <xsl:when test="$otherterm != '' and not($target)">
@@ -245,7 +245,7 @@ GlossEntry ::=
   <xsl:choose>
     <xsl:when test="$target">
       <a href="#{@otherterm}">
-        <xsl:apply-templates select="$target" mode="xref"/>
+        <xsl:apply-templates select="$target" mode="xref-to"/>
       </a>
     </xsl:when>
     <xsl:when test="$otherterm != '' and not($target)">