From ab68b54d452bb08fe1c70d3dcb723ed0e23d7691 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Mon, 14 Jun 2004 09:14:07 +0000 Subject: [PATCH] Updated i18n indexing method to support new type attribute and index.on.type parameter --- xsl/fo/autoidx-ng.xsl | 12 +++++++++++- xsl/html/Makefile.param | 3 +++ xsl/html/autoidx-ng.xsl | 12 +++++++++++- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/xsl/fo/autoidx-ng.xsl b/xsl/fo/autoidx-ng.xsl index 1e7e45ec3..87d612403 100755 --- a/xsl/fo/autoidx-ng.xsl +++ b/xsl/fo/autoidx-ng.xsl @@ -10,7 +10,8 @@ + and ($role = @role or $type = @type or + (string-length($role) = 0 and string-length($type) = 0))'> ]> + + + + + + + @@ -57,6 +65,7 @@ + @@ -76,6 +85,7 @@ + diff --git a/xsl/html/Makefile.param b/xsl/html/Makefile.param index 12b0952b9..8f64e5a07 100644 --- a/xsl/html/Makefile.param +++ b/xsl/html/Makefile.param @@ -25,6 +25,7 @@ PARAMS=../params/admon.graphics.xml \ ../params/chunk.first.sections.xml \ ../params/chunk.quietly.xml \ ../params/chunk.section.depth.xml \ + ../params/chunk.separate.lots.xml \ ../params/chunk.toc.xml \ ../params/chunker.output.cdata-section-elements.xml \ ../params/chunker.output.doctype-public.xml \ @@ -120,6 +121,8 @@ PARAMS=../params/admon.graphics.xml \ ../params/htmlhelp.title.xml \ ../params/htmlhelp.use.hhk.xml \ ../params/htmlhelp.window.geometry.xml \ + ../params/index.on.role.xml \ + ../params/index.on.type.xml \ ../params/inherit.keywords.xml \ ../params/label.from.part.xml \ ../params/linenumbering.everyNth.xml \ diff --git a/xsl/html/autoidx-ng.xsl b/xsl/html/autoidx-ng.xsl index c47445fa1..73948d6ca 100755 --- a/xsl/html/autoidx-ng.xsl +++ b/xsl/html/autoidx-ng.xsl @@ -10,7 +10,8 @@ + and ($role = @role or $type = @type or + (string-length($role) = 0 and string-length($type) = 0))'> ]> + + + + + + + @@ -59,6 +67,7 @@ + @@ -76,6 +85,7 @@ + -- 2.40.0