]> granicus.if.org Git - docbook-dsssl/commitdiff
Support entry.propagates.style
authorNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 15:31:17 +0000 (15:31 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 15:31:17 +0000 (15:31 +0000)
xsl/html/table.xsl

index b22ce15bbf7307e7d5cb4d2299ac5e73593a4097..38084265c67dd087a0380a8431c0d85df7ce2ea1 100644 (file)
           </xsl:attribute>
         </xsl:if>
 
+        <xsl:if test="$entry.propagates.style != 0 and @role">
+          <xsl:attribute name="class">
+            <xsl:value-of select="@role"/>
+          </xsl:attribute>
+        </xsl:if>
+
         <xsl:if test="$show.revisionflag and @revisionflag">
           <xsl:attribute name="class">
             <xsl:value-of select="@revisionflag"/>