From 7c143c238ed7f1f54feda21da037d7c7d3707477 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Mon, 17 Dec 2001 22:27:32 +0000 Subject: [PATCH] HTML Help documentation moved to common place. --- xsl/docsrc/documentation.xml | 2 ++ xsl/{htmlhelp/doc => docsrc}/htmlhelp.xml | 29 ++++++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) rename xsl/{htmlhelp/doc => docsrc}/htmlhelp.xml (85%) diff --git a/xsl/docsrc/documentation.xml b/xsl/docsrc/documentation.xml index cfae765d3..d6d449c45 100644 --- a/xsl/docsrc/documentation.xml +++ b/xsl/docsrc/documentation.xml @@ -7,6 +7,7 @@ + ]> @@ -62,5 +63,6 @@ directory tools. &templates.xml; +&htmlhelp.xml; diff --git a/xsl/htmlhelp/doc/htmlhelp.xml b/xsl/docsrc/htmlhelp.xml similarity index 85% rename from xsl/htmlhelp/doc/htmlhelp.xml rename to xsl/docsrc/htmlhelp.xml index c96f78b42..8c018d800 100644 --- a/xsl/htmlhelp/doc/htmlhelp.xml +++ b/xsl/docsrc/htmlhelp.xml @@ -1,6 +1,8 @@ + @@ -32,11 +34,7 @@ Help Start Page. stylesheets. Simply run your favorite XSLT processor on your document with the HH stylesheet: -saxon yourfile /path/to/stylesheets/contrib/htmlhelp/htmlhelp.xsl - -If you are using the XT processor, you should use the stylesheet -xthtmlhelp.xsl instead of -htmlhelp.xsl. +saxon yourfile /path/to/stylesheets/htmlhelp/htmlhelp.xsl The stylesheet imports the standard chunking stylesheet, so a set of HTML files is created in the usual way. Other files are also created @@ -89,7 +87,7 @@ the start and the bottom of each page. If you want to enable the links instead, start your XSLT processor with the parameter suppress.navigation set to 0. -saxon yourfile /path/to/stylesheets/contrib/htmlhelp/htmlhelp.xsl "suppress.navigation=0" +saxon yourfile /path/to/stylesheets/htmlhelp/htmlhelp.xsl "suppress.navigation=0" Another approach is to create a driver file, which overrides the default parameter value. @@ -97,7 +95,7 @@ the default parameter value. - + @@ -127,7 +125,22 @@ entities in the TOC file and index entries. This can be easily done using a ]]> -Default encoding is ISO-8859-1 (aka ISO Latin 1). +Default encoding is ISO-8859-1 (aka ISO Latin 1). If you get +some strange message about characters from your XSLT processor and +your document is in some of Western European languages, try changing +encoding to windows-1252. This encoding is similar +to ISO-8859-1 but contains some additional characters like +typographical quotes and dashes. + + + +
+More about customizing + +More info will come in a near future (I hope and +believe). Meanwhile look into reference for description of HTML Help +specific parameters.
-- 2.40.0