From: Norman Walsh Date: Mon, 13 May 2002 13:53:06 +0000 (+0000) Subject: Add extra LINK elements to the HTML HEAD of chunked output (for enhanced site navigat... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ada61a00b83f42120ef4d9e9078e3c4b399daff;p=docbook-dsssl Add extra LINK elements to the HTML HEAD of chunked output (for enhanced site navigation as per Mozilla 1.0) --- diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index ed45dcc6e..e6d6fc5c6 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -482,6 +482,7 @@ + @@ -541,6 +542,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 545dc0a1a..50d6916ec 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -52,6 +52,7 @@ + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 61163852c..1fe242550 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -223,6 +223,7 @@ to be incomplete. Don't forget to read the source, too :-) Chunking &html.ext; +&html.extra.head.links; &root.filename; &base.dir; &generate.manifest; @@ -359,6 +360,7 @@ around all these parameters. + diff --git a/xsl/params/html.extra.head.links.xml b/xsl/params/html.extra.head.links.xml new file mode 100644 index 000000000..383b3769d --- /dev/null +++ b/xsl/params/html.extra.head.links.xml @@ -0,0 +1,26 @@ + + +html.extra.head.links +boolean + + +html.extra.head.links +Toggle extra HTML head link information + + + + + + + + +Description + +If non-zero, extra link elements will be +generated in the head of chunked HTML files. These +extra links point to chapters, appendixes, sections, etc. as supported +by the Site Navigation Bar in Mozilla 1.0 (as of CR1, at least). + + + +