From 280d66d299d1c559ce1fe5024cf845ec850f75e6 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 22 Aug 2002 22:19:54 +0000 Subject: [PATCH] Rework(ing) ToC/LoT generation to support chunking the ToC/LoT; don't output empty rows in navigation tables --- xsl/html/autotoc.xsl | 191 +++++++------------- xsl/html/chunk-common.xsl | 369 +++++++++++++++++++------------------- xsl/html/chunk.xsl | 132 +++++++------- xsl/html/component.xsl | 19 +- xsl/html/division.xsl | 67 +++---- 5 files changed, 343 insertions(+), 435 deletions(-) diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index d43e3390a..8ffe6567c 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -27,8 +27,9 @@ - + +

@@ -59,8 +60,6 @@ - -

@@ -75,155 +74,89 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -

- - - TableofContents - - -

-
+ + + + +
- - - - - - - - -
- - - - - - -
-
-
- - + + + + + - -
- - - - - - -
-
-
-
+
- -

- - - TableofContents - - -

-
- - - - - - - - - -
- - - - - - -
-
-
- - + + - -
- - - - - - -
-
-
-
+
- -

- - - TableofContents - - -

-
- - - - - - - - - -
- - - - - - -
-
-
- - + + - -
- - - - - - -
-
-
-
+
diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index 2e5985841..b8880e6ed 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -133,6 +133,7 @@ + @@ -155,13 +156,11 @@ - - @@ -188,17 +187,11 @@ - - - bk - - - @@ -211,9 +204,6 @@ ar - - - @@ -226,9 +216,6 @@ pr - - - @@ -241,9 +228,6 @@ ch - - - @@ -256,9 +240,6 @@ ap - - - @@ -275,9 +256,6 @@ pt - - - @@ -294,9 +272,6 @@ rn - - - @@ -312,9 +287,6 @@ re - - - @@ -331,9 +303,6 @@ co - - - - - - @@ -358,9 +324,6 @@ s - - - @@ -377,9 +340,6 @@ bi - - - @@ -396,9 +356,6 @@ go - - - @@ -415,26 +372,17 @@ ix - - - si - - - chunk-filename-error- - - - @@ -659,60 +607,76 @@ + + + + + diff --git a/xsl/html/division.xsl b/xsl/html/division.xsl index 6e5270e25..a25f38bb2 100644 --- a/xsl/html/division.xsl +++ b/xsl/html/division.xsl @@ -24,14 +24,17 @@ - - - - - - - - + + + + + + + + + + +
@@ -52,45 +55,19 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + + + + + + + + + -- 2.40.0