From c4b50dfc9276d268c68200662dbd9b88ffaca5d6 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sun, 10 Feb 2002 10:02:19 +0000 Subject: [PATCH] Entry with link to page with Table of Contents is put into HTML Help ToC when htmlhelp.hhc.show.root=0 and generate.{set|book}.toc=1 --- xsl/htmlhelp/htmlhelp.xsl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/xsl/htmlhelp/htmlhelp.xsl b/xsl/htmlhelp/htmlhelp.xsl index ef059fdcd..d9b64adbf 100644 --- a/xsl/htmlhelp/htmlhelp.xsl +++ b/xsl/htmlhelp/htmlhelp.xsl @@ -396,6 +396,18 @@ Title= <UL> + + <LI> <OBJECT type="text/sitemap"> + <param name="Name" value=" + + + + "> + <param name="Local" value=" + + "> + </OBJECT> + </UL> @@ -426,6 +438,18 @@ Title= <UL> + + <LI> <OBJECT type="text/sitemap"> + <param name="Name" value=" + + + + "> + <param name="Local" value=" + + "> + </OBJECT> + </UL> -- 2.40.0