summaryrefslogtreecommitdiff
path: root/textproc/db2latex/files/patch-xsl-lists.mod.xsl
blob: cb84d05176325f6a4feac128e2625c3810babfd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- xsl/lists.mod.xsl.orig	2004-01-31 11:53:50 UTC
+++ xsl/lists.mod.xsl
@@ -269,10 +269,8 @@
 		</doc:notes>
 	</doc:template>
 	<xsl:template match="varlistentry">
-		<xsl:param name="next.is.list">
-			<xsl:param name="object" select="listitem/*[1]"/>
-			<xsl:value-of select="count($object[self::itemizedlist or self::orderedlist or self::variablelist])"/>
-		</xsl:param>
+		<xsl:param name="object" select="listitem/*[1]"/>
+		<xsl:param name="next.is.list" select="count($object[self::itemizedlist or self::orderedlist or self::variablelist])"/>
 		<xsl:variable name="id">
 			<xsl:call-template name="label.id"/>
 		</xsl:variable>