]> granicus.if.org Git - docbook-dsssl/commitdiff
Copy the revisionflag attribute
authorNorman Walsh <ndw@nwalsh.com>
Thu, 23 May 2002 16:42:52 +0000 (16:42 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 23 May 2002 16:42:52 +0000 (16:42 +0000)
website/xsl/autolayout.xsl

index 1ea07e9f329bff4d46be1afdc16c17ef0a11c3cd..bca2bb1a3ab8c9d4ac897e53cd2f5cba1b6de99f 100644 (file)
 </xsl:template>
 
 <xsl:template name="tocentry">
+  <xsl:if test="@revisionflag">
+    <xsl:attribute name="revisionflag">
+      <xsl:value-of select="@revisionflag"/>
+    </xsl:attribute>
+  </xsl:if>
   <xsl:choose>
     <xsl:when test="@href">
       <xsl:call-template name="tocentry.href"/>