From e8a17020ddc7b8d930de7807f704d4e8342c381d Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 22 Aug 2002 21:39:14 +0000 Subject: [PATCH] Fix serious indexing bug that caused many index terms to be missing from the automatically generated index --- xsl/fo/autoidx.xsl | 58 +++++++++------------------------------------- 1 file changed, 11 insertions(+), 47 deletions(-) diff --git a/xsl/fo/autoidx.xsl b/xsl/fo/autoidx.xsl index decd0abd6..0da182ece 100644 --- a/xsl/fo/autoidx.xsl +++ b/xsl/fo/autoidx.xsl @@ -8,29 +8,6 @@ - - - ]> - - - - - - @@ -86,8 +51,6 @@ match="indexterm[see]" use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see)"/> - - @@ -161,7 +124,7 @@ - + @@ -184,6 +147,7 @@ + - + @@ -250,7 +214,7 @@ - + @@ -310,7 +274,7 @@ - + @@ -331,7 +295,7 @@ - + @@ -439,7 +403,7 @@ - + <indexentry> <primaryie> @@ -479,7 +443,7 @@ - + <secondaryie> <phrase> @@ -515,7 +479,7 @@ - + <tertiaryie> <phrase> @@ -579,7 +543,7 @@ - + @@ -607,7 +571,7 @@ - + -- 2.40.0