From cd428806566200ad1be95cf4c1fc090bc9f62d0e Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Fri, 19 Oct 2007 17:21:24 +0000 Subject: [PATCH] Spelling and wording fixes. --- xsl/params/glossterm.auto.link.xml | 16 +++++++------- xsl/params/index.method.xml | 34 +++++++++++++++--------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/xsl/params/glossterm.auto.link.xml b/xsl/params/glossterm.auto.link.xml index 48eea804f..03d9a30a4 100644 --- a/xsl/params/glossterm.auto.link.xml +++ b/xsl/params/glossterm.auto.link.xml @@ -10,7 +10,7 @@ glossterm.auto.link -Generate links from glossterm to glossentry automaticaly? +Generate links from glossterm to glossentry automatically? @@ -21,13 +21,13 @@ Description -If true, a link will be automatically created from glossterm -to glossentry for that glossary term. This is usefull when your -glossterm names are consistent and you don't want to add links -manually. -If there is linkend on -glossterm then is used instead of autogeneration of -link. +If non-zero, links from inline glossterms to the corresponding +glossentry elements in a glossary or glosslist +will be automatically generated. This is useful when your glossterms are consistent +and you don't want to add links manually. + +The automatic link generation feature is not used on glossterm elements +that have a linkend attribute. diff --git a/xsl/params/index.method.xml b/xsl/params/index.method.xml index f36786dfe..21279565d 100644 --- a/xsl/params/index.method.xml +++ b/xsl/params/index.method.xml @@ -24,24 +24,24 @@ Description -This parameter lets you select which method should be -used to sort and group index entries in an index. -Indexes in latin-based languages that have accented characters typically +This parameter lets you select which method to use for sorting and grouping + index entries in an index. +Indexes in Latin-based languages that have accented characters typically sort together accented words and unaccented words. -Thus Á (A acute) would sort together -with A, so both would appear in the A +Thus Á (U+00C1 LATIN CAPITAL LETTER A WITH ACUTE) would sort together +with A (U+0041 LATIN CAPITAL LETTER A), so both would appear in the A section of the index. -Languages using other alphabets (such as Russian cyrillic) +Languages using other alphabets (such as Russian, which is written in the Cyrillic alphabet) and languages using ideographic chararacters (such as Japanese) require grouping specific to the languages and alphabets. The default indexing method is limited. -It can group accented characters in latin-based languages only. -It cannot handle non-latin alphabets or ideographic languages. +It can group accented characters in Latin-based languages only. +It cannot handle non-Latin alphabets or ideographic languages. The other indexing methods require extensions of one type or another, and do not work with -all XSLT processors, which is why there are not used by default. +all XSLT processors, which is why they are not used by default. The three choices for indexing method are: @@ -50,7 +50,7 @@ all XSLT processors, which is why there are not used by default. (default) Sort and groups words based only on the Latin alphabet. -Words with accented latin letters will group and sort with +Words with accented Latin letters will group and sort with their respective primary letter, but words in non-Latin alphabets will be put in the Symbols section of the index. @@ -61,11 +61,11 @@ put in the Symbols section of the index. kosek -Sort and groups words based on letter groups configured in +This method sorts and groups words based on letter groups configured in the DocBook locale file for the given language. See, for example, the French locale file common/fr.xml. This method requires that the XSLT processor -support the EXSLT extensions (most do). +supports the EXSLT extensions (most do). It also requires support for using user-defined functions in xsl:key (xsltproc does not). @@ -104,10 +104,10 @@ customization. This method uses extensions to the Saxon processor to implement -sophisticated indexing processes. It uses its own +sophisticated indexing processes. It uses its own configuration file, which can include information for any number of -languages. Each language's configuration can group -words using one of two processes. In the +languages. Each language's configuration can group +words using one of two processes. In the enumerated process similar to that used in the kosek method, you indicate the groupings character-by-character. In the between-key process, you specify the @@ -119,12 +119,12 @@ want mixed Latin-alphabet words sorted. For a whitepaper describing the extensions, see: -http://www.innodata-isogen.com/knowledge_center/white_papers/back_of_book_for_xsl_fo.pdf. +http://www.innodata-isogen.com/knowledge_center/white_papers/back_of_book_for_xsl_fo.pdf. To download the extension library, see -http://www.innodata-isogen.com/knowledge_center/tools_downloads/i18nsupport. +http://www.innodata-isogen.com/knowledge_center/tools_downloads/i18nsupport. -- 2.40.0