]> granicus.if.org Git - docbook-dsssl/commitdiff
Bug #472836: @revisionflag and table entries
authorNorman Walsh <ndw@nwalsh.com>
Sat, 1 Dec 2001 20:18:56 +0000 (20:18 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 1 Dec 2001 20:18:56 +0000 (20:18 +0000)
xsl/html/changebars.xsl
xsl/html/table.xsl

index b12cd038afae4ccd18e0aeb742b58b74fb9b66a3..e0d0c5bec095cffedf89e12ec78f9283754b9785 100644 (file)
@@ -62,6 +62,7 @@ span.off     {  }
       </span>
     </xsl:when>
     <xsl:when test="local-name(.) = 'listitem'
+                    or local-name(.) = 'entry'"
                     or local-name(.) = 'title'">
       <!-- nop; these are handled directly in the stylesheet -->
       <xsl:apply-imports/>
index 72125d80579fd8365b30e3581af4c98388513088..ccd4fd19f09720057ddd50bdf78322fef284558f 100644 (file)
 
     <xsl:otherwise>
       <xsl:element name="{$cellgi}">
+        <xsl:if test="$show.revisionflag and @revisionflag">
+          <xsl:attribute name="class">
+            <xsl:value-of select="@revisionflag"/>
+          </xsl:attribute>
+        </xsl:if>
+
         <xsl:if test="$table.borders.with.css != 0">
           <xsl:attribute name="style">
             <xsl:if test="$colsep &gt; 0">