From ed69327c81f30e957b0c88fbed140c510aea4807 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 4 Oct 2002 11:15:35 +0000 Subject: [PATCH] Support optional titles on ToCs --- xsl/html/autotoc.xsl | 21 ++++++++++++++------- xsl/html/component.xsl | 29 ++++++++++++++++++++--------- xsl/html/sections.xsl | 24 ++++++++++++++++++------ 3 files changed, 52 insertions(+), 22 deletions(-) diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index 8f3584e14..59968cdf3 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -29,16 +29,19 @@ + -

- - - TableofContents - - -

+ +

+ + + TableofContents + + +

+
@@ -139,9 +142,11 @@ + + + + diff --git a/xsl/html/component.xsl b/xsl/html/component.xsl index 101a6b99b..433841a95 100644 --- a/xsl/html/component.xsl +++ b/xsl/html/component.xsl @@ -118,7 +118,9 @@ - + + + @@ -164,7 +166,9 @@ - + + + @@ -225,8 +229,11 @@ + - + + + @@ -337,14 +344,18 @@ + + + + + + - - - - - + - + + + diff --git a/xsl/html/sections.xsl b/xsl/html/sections.xsl index 20782735d..a280917d3 100644 --- a/xsl/html/sections.xsl +++ b/xsl/html/sections.xsl @@ -29,7 +29,9 @@ - + + + @@ -80,7 +82,9 @@ - + + + @@ -104,7 +108,9 @@ - + + + @@ -127,7 +133,9 @@ - + + + @@ -150,7 +158,9 @@ - + + + @@ -173,7 +183,9 @@ - + + + -- 2.50.1