This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Internationalized index in XSL


* Jirka Kosek; <jirka@kosek.cz> on 27 Nov, 2003 wrote:
automatic indexing which is available in the DocBook XSL stylesheets is working quite well for English, but for other languages it lacks several features.

Well pointed out


Current settings are suitable for Czech language, but you can easily modify them by editing content of l:letters element:

<l:letters lang="cs">
  ...
  <l i="1">A</l>
  <l i="1">a</l>
  <l i="1">Ã</l>
  <l i="1">Ã</l>
  <l i="2">B</l>
  <l i="2">b</l>


So am I correct to understand basically define the order of the letter
of alphabet in the local language is the whole magic with it. Same
i=Number for the same letter yet different case ie

<l i="23"> Å</l>
<l i="23> Å</>



--

Togan Muftuoglu


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]