OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC