]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug in xlink.href (should be xlink:href).
authorBob Stayton <bobs@sagehill.net>
Tue, 26 Sep 2006 08:07:54 +0000 (08:07 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 26 Sep 2006 08:07:54 +0000 (08:07 +0000)
xsl/fo/inline.xsl

index 4dcc3c67de84a568a0a7459417d07a8fc8918a2b..871870290b1684fb23dee0c2e7dbb3907ed60d18 100644 (file)
@@ -76,7 +76,7 @@
             <!-- otherwise it's a URI -->
             <xsl:otherwise>
               <xsl:attribute name="internal-destination">
-                <xsl:value-of select="@xlink.href"/>
+                <xsl:value-of select="@xlink:href"/>
               </xsl:attribute>
             </xsl:otherwise>
           </xsl:choose>