From b5afc660f4634b29913e17b341adf95e7ec3e544 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 13 Jun 2004 08:36:04 +0000 Subject: [PATCH] Added support for index.on.type to support new type attribute on indexterm an index. --- xsl/html/autoidx.xsl | 42 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/xsl/html/autoidx.xsl b/xsl/html/autoidx.xsl index ef53bed5a..5b626a8b4 100644 --- a/xsl/html/autoidx.xsl +++ b/xsl/html/autoidx.xsl @@ -36,7 +36,8 @@ + and ($role = @role or $type = @type or + (string-length($role) = 0 and string-length($type) = 0))'> ]> @@ -107,6 +108,12 @@ + + + + + + + @@ -147,6 +155,7 @@ mode="index-div"> + @@ -155,6 +164,7 @@ + @@ -174,6 +184,7 @@ mode="index-primary"> + @@ -184,6 +195,7 @@ + @@ -193,6 +205,7 @@ mode="index-primary"> + @@ -200,6 +213,7 @@ + @@ -209,6 +223,7 @@ + @@ -217,6 +232,7 @@ mode="index-see"> + @@ -228,12 +244,14 @@ mode="index-seealso"> + + @@ -244,6 +262,7 @@ + @@ -253,6 +272,7 @@ + @@ -261,6 +281,7 @@ mode="index-see"> + @@ -272,12 +293,14 @@ mode="index-seealso"> + + @@ -288,6 +311,7 @@ + @@ -297,6 +321,7 @@ + @@ -305,6 +330,7 @@ mode="index-see"> + @@ -316,7 +342,8 @@ mode="index-seealso"> - + + @@ -326,6 +353,7 @@ + @@ -333,8 +361,9 @@ - - + + + @@ -357,6 +386,7 @@ mode="reference"> + @@ -367,6 +397,7 @@ + @@ -387,6 +418,7 @@ + @@ -408,6 +440,7 @@ + ( @@ -421,6 +454,7 @@ + -- 2.49.0