]> granicus.if.org Git - docbook-dsssl/commitdiff
Added refsect* to the section.level template
authorNorman Walsh <ndw@nwalsh.com>
Sat, 12 May 2001 21:16:14 +0000 (21:16 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 12 May 2001 21:16:14 +0000 (21:16 +0000)
xsl/common/common.xsl

index f09799539a6f963a0b9082b8d7391c63de3c007f..53d283c21290db3c314f699fb3877e7d4212207c 100644 (file)
@@ -224,6 +224,9 @@ Defaults to the context node.</para>
         <xsl:otherwise>2</xsl:otherwise>
       </xsl:choose>
     </xsl:when>
+    <xsl:when test="name($node)='refsect1'">2</xsl:when>
+    <xsl:when test="name($node)='refsect2'">3</xsl:when>
+    <xsl:when test="name($node)='refsect3'">4</xsl:when>
     <xsl:when test="name($node)='simplesect'">
       <xsl:choose>
         <xsl:when test="$node/../../sect1">3</xsl:when>