]> granicus.if.org Git - docbook-dsssl/commitdiff
When emphasis propagates its role attribute as the HTML span class and a role is...
authorNorman Walsh <ndw@nwalsh.com>
Tue, 16 Jul 2002 21:25:30 +0000 (21:25 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 16 Jul 2002 21:25:30 +0000 (21:25 +0000)
xsl/html/inline.xsl

index c561b0caa9376cefd7d680d11a7c62bf94f0c60b..46c59f0569d04eddffc886e215b6f99f9361c2e6 100644 (file)
               </xsl:otherwise>
             </xsl:choose>
           </xsl:when>
+          <xsl:when test="@role and $emphasis.propagates.style != 0">
+            <xsl:apply-templates/>
+          </xsl:when>
           <xsl:otherwise>
             <em><xsl:apply-templates/></em>
           </xsl:otherwise>