From 644cf571caabd539fe32550abeca3ad73d20708b Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 14 Dec 2012 17:28:21 +0000 Subject: [PATCH] Add 'toc.list.attributes' template to insert class and other attributes on the top level list element in a table of contents. --- xsl/html/autotoc.xsl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index 3188b8a63..83e8a1f3c 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -68,6 +68,11 @@
+ + + + + @@ -82,6 +87,11 @@
+ + + + + @@ -94,6 +104,11 @@
+ + + + + @@ -107,6 +122,14 @@ + + + + + + toc + + @@ -618,6 +641,11 @@ + + + + + -- 2.50.1