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 [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/
------------------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


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