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: Sorting and non-en_US indexes


Togan Muftuoglu wrote:
> 3) I have imported the autoidx_tr.xsl into my customization
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                 xmlns:fo="http://www.w3.org/1999/XSL/Format";
>                 version="1.0">
> 
> <xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/fo/docbook.xsl"/>
> <xsl:import href="/home/toganm/sgml/xsl/autoidx_tr.xsl"/>
> .....
> </xsl:stylesheet>

I think that this is the problem. Import simply doesn't work well when
you are trying to redefine <xsl:key>s (they are merged instead). You
must create your own copy of docbook.xsl and replace include of
autoidx.xsl by autoidx_tr.xsl. This could/should work. 

					Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


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