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] | [List Home]


Subject: 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: jirka@kosek.cz     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/
------------------------------------------------------------------

S/MIME Cryptographic Signature



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