From 0e55a35d33c5cab0499fd6a89e6757dbd287ae6b Mon Sep 17 00:00:00 2001 From: Norman Walsh <ndw@nwalsh.com> Date: Sat, 12 May 2001 21:16:14 +0000 Subject: [PATCH] Added refsect* to the section.level template --- xsl/common/common.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index f09799539..53d283c21 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -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> -- 2.40.0