]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug where olink.base.uri parameter was being used in the wrong place.
authorBob Stayton <bobs@sagehill.net>
Wed, 22 Sep 2004 04:27:15 +0000 (04:27 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 22 Sep 2004 04:27:15 +0000 (04:27 +0000)
xsl/common/olink.xsl

index 8b4eccefd6916bbd6c3c357519801a5b877aed11..22dae4e1c21740b0e34f49bb18473406638f0add 100644 (file)
     </xsl:variable>
   
     <!-- Form the href information -->
-    <xsl:if test="$olink.base.uri != ''">
-      <xsl:value-of select="$olink.base.uri"/>
-    </xsl:if>
     <xsl:if test="$baseuri != ''">
       <xsl:value-of select="$baseuri"/>
       <xsl:if test="substring($target.href,1,1) != '#'">