Re: [docbook-apps] Internationalized index in XSL [Old]

From
Jirka Kosek <>
Date
2005-02-10T11:10:13+00:00
ID
Thread
Re: [docbook-apps] Internationalized index in XSL [Old]
Camille Bégnis wrote:

> What happened to the feature discussed in this thread?
> http://sources.redhat.com/ml/docbook-apps/2003-q4/msg00609.html

It is a standard part of stylesheets distribution. You must create 
customization layer that includes autoidx-ng.xsl stylesheet:

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
version="1.0">

<xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>

<xsl:include 
href="http://docbook.sourceforge.net/release/xsl/current/fo/autoidx-ng.xsl"/>

<!--
Parameter settings and other modifications of stylesheet
-->

</xsl:stylesheet>

This method is known to work in Saxon and Xalan. You can find more info 
about it in my XML 2004 paper:

http://www.idealliance.org/proceedings/xml04/papers/77/xslindex.html

Feedback from users is welcomed!

					Jirka

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail:      http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------