From 422ff88957283d294aec2bd3fb02b3e95e8ebab2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 7 Oct 2001 20:44:41 +0000 Subject: [PATCH] Removed all top-level parameters; they're now all in param.xsl --- xsl/html/autotoc.xsl | 2 -- xsl/html/calc-chunks.xsl | 64 --------------------------------- xsl/html/chunk-common.xsl | 62 -------------------------------- xsl/html/chunk-experimental.xsl | 64 --------------------------------- xsl/html/chunker.xsl | 27 -------------- xsl/html/ebnf.xsl | 24 ------------- 6 files changed, 243 deletions(-) diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index 33af7b64b..57540c97a 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -12,8 +12,6 @@ ******************************************************************** --> - - # diff --git a/xsl/html/calc-chunks.xsl b/xsl/html/calc-chunks.xsl index 6f60c9a61..c09c18bb9 100644 --- a/xsl/html/calc-chunks.xsl +++ b/xsl/html/calc-chunks.xsl @@ -8,70 +8,6 @@ - - -Extension for chunked files - -The extension identified by html.ext will -be used as the filename extension for chunks created by this stylesheet. - - - - - - -Filename for the root chunk - -The root.filename is the base filename for -the chunk created for the root of each document processed. - - - - - - -Output directory for chunks - -If specified, the base.dir identifies -the output directory for chunks. (If not specified, the output directory -is system dependent.) - - - - - -Create chunks for top-level sections in components? - -If non-zero, chunks will be created for top-level -sect1 and section elements in -each component. - - - - - - -Create a chunk for the first top-level section in each component? - -If non-zero, a chunk will be created for the first top-level -sect1 or section elements in -each component. Otherwise, that section will be part of the chunk for -its parent. - - - - - - -Name of the temporary file used to hold chunking data - -Chunking is now a two-step process. The -chunk.datafile is the name of the file used to -hold the chunking data. - - - - - - - -TBD - -TBD - - - diff --git a/xsl/html/chunk-experimental.xsl b/xsl/html/chunk-experimental.xsl index 17f710526..64a1f232a 100644 --- a/xsl/html/chunk-experimental.xsl +++ b/xsl/html/chunk-experimental.xsl @@ -3,70 +3,6 @@ version="1.0" exclude-result-prefixes="doc"> - - -Extension for chunked files - -The extension identified by html.ext will -be used as the filename extension for chunks created by this stylesheet. - - - - - - -Filename for the root chunk - -The root.filename is the base filename for -the chunk created for the root of each document processed. - - - - - - -Output directory for chunks - -If specified, the base.dir identifies -the output directory for chunks. (If not specified, the output directory -is system dependent.) - - - - - -Create chunks for top-level sections in components? - -If non-zero, chunks will be created for top-level -sect1 and section elements in -each component. - - - - - - -Create a chunk for the first top-level section in each component? - -If non-zero, a chunk will be created for the first top-level -sect1 or section elements in -each component. Otherwise, that section will be part of the chunk for -its parent. - - - - - - -Name of the temporary file used to hold chunking data - -Chunking is now a two-step process. The -chunk.datafile is the name of the file used to -hold the chunking data. - - - - - - - -Encoding used in generated HTML pages - -This encoding is used in files generated by chunking stylesheet. Currently -only Saxon is able to change output encoding. - - - - - - - - - -Saxon character representation used in generated HTML pages - -This character representation is used in files generated by chunking stylesheet. If -you want to suppress entity references for characters with direct representation -in default.encoding, set this parameter to value native. - - - - - - diff --git a/xsl/html/ebnf.xsl b/xsl/html/ebnf.xsl index 9cbdc3dd1..29c70212c 100644 --- a/xsl/html/ebnf.xsl +++ b/xsl/html/ebnf.xsl @@ -50,30 +50,6 @@ to be incomplete. Don't forget to read the source, too :-) -#F5DCB3 - - -Background color for EBNF tables - -Sets the background color for EBNF tables. No bgcolor -attribute is output if ebnf.table.bgcolor is set to -the null string. The default value matches the value used in recent -online versions of the W3C's XML Spec productions. - - - -1 - - -Selects border on EBNF tables - -Selects the border on EBNF tables. If non-zero, the tables have -borders, otherwise they don't. - - - - - -- 2.50.1