From 9a960dbd0cfb7ecb01975d6409eecacf49c29dd4 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 24 Nov 2005 22:36:57 +0000 Subject: [PATCH] Added parameters to support localization of index item punctuation. Added index.separator named template to compute the separator punctuation based on locale. --- xsl/html/autoidx.xsl | 105 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 102 insertions(+), 3 deletions(-) diff --git a/xsl/html/autoidx.xsl b/xsl/html/autoidx.xsl index 57ef8af07..4f7a509e3 100644 --- a/xsl/html/autoidx.xsl +++ b/xsl/html/autoidx.xsl @@ -140,6 +140,7 @@ + @@ -153,6 +154,7 @@ translate(substring(&primary;, 1, 1), &lowercase;,&uppercase;))[&scope;][1]) = 1]" mode="index-div"> + @@ -182,6 +184,7 @@ + @@ -203,6 +206,7 @@ + @@ -221,6 +225,7 @@ + @@ -230,6 +235,7 @@ + @@ -242,6 +248,7 @@
+ @@ -249,6 +256,7 @@ + @@ -270,6 +278,7 @@ + @@ -279,6 +288,7 @@ + @@ -291,6 +301,7 @@
+ @@ -298,6 +309,7 @@ + @@ -319,6 +331,7 @@ + @@ -328,6 +341,7 @@ + @@ -340,6 +354,7 @@
+ @@ -354,13 +369,40 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -392,10 +434,11 @@ + - + @@ -425,6 +468,7 @@ , + @@ -488,4 +532,59 @@ + + + + + + + + + + + + + + + + + index + term-separator + + + + + + + + + + + + + + index + number-separator + + + + + + + + + + + + + + index + range-separator + + + + + + + -- 2.40.0