]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo in tests for @xlink:title.
authorMauritz Jeanson <mj@johanneberg.com>
Sat, 11 Aug 2007 16:10:40 +0000 (16:10 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sat, 11 Aug 2007 16:10:40 +0000 (16:10 +0000)
xsl/html/inline.xsl

index 4ec32ae5bda58b1467cdfcd9ccac88416488f3a5..ddc4b157aef63d538db992afef4abe5bbff3c968 100644 (file)
@@ -92,7 +92,7 @@
                   </xsl:attribute>
 
                   <xsl:choose>
-                    <xsl:when test="$node/@xlink.title">
+                    <xsl:when test="$node/@xlink:title">
                       <xsl:attribute name="title">
                         <xsl:value-of select="$node/@xlink:title"/>
                       </xsl:attribute>
               <xsl:attribute name="href">
                 <xsl:value-of select="$xhref"/>
               </xsl:attribute>
-              <xsl:if test="$node/@xlink.title">
+              <xsl:if test="$node/@xlink:title">
                 <xsl:attribute name="title">
                   <xsl:value-of select="$node/@xlink:title"/>
                 </xsl:attribute>