From 81f9fd9da33aae4d863ac96f41ef28c926c269e0 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Wed, 31 Dec 2003 17:15:38 +0000 Subject: [PATCH] Info about new indexing method --- xsl/RELEASE-NOTES.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 96c63213b..8b6cd1901 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -21,6 +21,41 @@ includes at least the global parameters. You may also be interested in the more detailed . + + +Release 1.64.X + + +Added alternative indexing mechanism which has better +internationalization support. New indexing method allows grouping of +accented letters like e, é, ë into the same group under letter "e". It +can also treat special letters (e.g. "ch") as one character and place +them in the correct position (e.g. between "h" and "i" in Czech +language). + +In order to use this mechanism you must create customization +layer which imports some base stylesheet (like +fo/docbook.xsl, +html/chunk.xsl) and then includes appropriate +stylesheet with new indexing code +(fo/autoidx-ng.xsl or +html/autoidx-ng.xsl). For example: + + + + + + +]]> + +New method is known to work with Saxon and it should also work +with xsltproc 1.1.1 and later. Currently supported languages are +English, Czech, German, French, Spanish and Danish. + + + + Release 1.64.1 General bug fixes and improvements. Sorry about the failure to produce -- 2.49.0