]> granicus.if.org Git - docbook-dsssl/commitdiff
Use string value of link contents in link list so character
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 14 Jul 2005 11:38:18 +0000 (11:38 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 14 Jul 2005 11:38:18 +0000 (11:38 +0000)
formatting is "normalized" (no bold or ital).

xsl/manpages/links.xsl

index c099f1fb42e0fe0f1bea2a9b7e83cbab18bcac8a..199e7988ef6aee82d821b24a26e158fbda6a849d 100644 (file)
     <!-- * with the same URL, this gets the contents of the _first -->
     <!-- * instance_ of the link in this Refentry with that URL -->
     <xsl:variable name="link.contents">
-      <xsl:apply-templates/>
+      <xsl:value-of select="."/>
     </xsl:variable>
     <xsl:value-of select="normalize-space($link.contents)"/>
     <xsl:text>&#10;</xsl:text>