]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed test condition for xlink: simple links
authorNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 10:53:58 +0000 (10:53 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 10:53:58 +0000 (10:53 +0000)
xsl/html/inline.xsl

index 19b5744732b6120504b29d219ca3e28322cb76db..51db24a9b885f4e6efd3732887ab521bcac22b0e 100644 (file)
@@ -21,7 +21,8 @@
   </xsl:param>
 
   <xsl:choose>
-    <xsl:when test="$node/@xlink:type='simple' and $node/@xlink:href">
+    <xsl:when test="$node/@xlink:href
+                    and (not($node/@xlink:type) or $node/@xlink:type='simple')">
       <a>
         <xsl:if test="@xlink.title">
           <xsl:attribute name="title">