From 52081e7eb07ee1162215bf4886c4e41f12d3a1ff Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 15 Apr 2001 21:23:28 +0000 Subject: [PATCH] Added new parameters: inherit.keywords, process.source.toc, and process.empty.source.toc; changed the default for spacing.paras to 0 --- xsl/html/param.xsl | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/xsl/html/param.xsl b/xsl/html/param.xsl index acaa6f71a..eaea98a27 100644 --- a/xsl/html/param.xsl +++ b/xsl/html/param.xsl @@ -511,7 +511,7 @@ SEE xref.xsl IF YOU NEED TO TURN IT OFF. - + Insert additional <p> elements for spacing? @@ -972,6 +972,28 @@ in the CALS table. + + + + +FIXME: + +FIXME: + + + + + + + + +FIXME: + +FIXME: + + + + @@ -1045,4 +1067,19 @@ derived from the ID value. + + + + +Inherit keywords from ancestor elements? + +If inherit.keywords +is non-zero, the keyword META for each HTML +HEAD element will include all of the keywords from +ancestral elements. Otherwise, only the keywords from the current section +will be used. + + + + -- 2.50.1