From: Bob Stayton <bobs@sagehill.net> Date: Sun, 3 Sep 2006 17:27:56 +0000 (+0000) Subject: Fixed index.term.separator on secondary and tertiary entries. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e3bc2961f7d606e6718550e8ba752978845788e;p=docbook-dsssl Fixed index.term.separator on secondary and tertiary entries. --- diff --git a/xsl/fo/autoidx.xsl b/xsl/fo/autoidx.xsl index 27addb8fb..49ff921cb 100644 --- a/xsl/fo/autoidx.xsl +++ b/xsl/fo/autoidx.xsl @@ -454,6 +454,7 @@ <xsl:with-param name="scope" select="$scope"/> <xsl:with-param name="role" select="$role"/> <xsl:with-param name="type" select="$type"/> + <xsl:with-param name="position" select="position()"/> </xsl:apply-templates> </xsl:for-each> </xsl:variable> @@ -576,6 +577,7 @@ <xsl:with-param name="scope" select="$scope"/> <xsl:with-param name="role" select="$role"/> <xsl:with-param name="type" select="$type"/> + <xsl:with-param name="position" select="position()"/> </xsl:apply-templates> </xsl:for-each> </xsl:variable>