<!ENTITY table.border.thickness SYSTEM "../params/table.border.thickness.xml">
<!ENTITY table.border.style SYSTEM "../params/table.border.style.xml">
<!ENTITY table.border.color SYSTEM "../params/table.border.color.xml">
+
+<!ENTITY htmlhelp.encoding SYSTEM "../params/htmlhelp.encoding.xml">
+<!ENTITY htmlhelp.autolabel SYSTEM "../params/htmlhelp.autolabel.xml">
+<!ENTITY htmlhelp.chm SYSTEM "../params/htmlhelp.chm.xml">
+<!ENTITY htmlhelp.hhp SYSTEM "../params/htmlhelp.hhp.xml">
+<!ENTITY htmlhelp.hhc SYSTEM "../params/htmlhelp.hhc.xml">
+<!ENTITY htmlhelp.hhp.tail SYSTEM "../params/htmlhelp.hhp.tail.xml">
+<!ENTITY htmlhelp.enumerate.images SYSTEM "../params/htmlhelp.enumerate.images.xml">
\ No newline at end of file
&chunk.datafile;
</reference>
+<reference><title>HTML Help</title>
+&htmlhelp.encoding;
+&htmlhelp.autolabel;
+&htmlhelp.chm;
+&htmlhelp.hhp;
+&htmlhelp.hhc;
+&htmlhelp.hhp.tail;
+&htmlhelp.enumerate.images;
+</reference>
+
<appendix><title>The Stylesheet</title>
<para>The <filename>param.xsl</filename> stylesheet is just a wrapper
<src:fragref linkend="table.border.thickness"/>
<src:fragref linkend="table.border.style"/>
<src:fragref linkend="table.border.color"/>
-
+<src:fragref linkend="htmlhelp.encoding"/>
+<src:fragref linkend="htmlhelp.autolabel"/>
+<src:fragref linkend="htmlhelp.chm"/>
+<src:fragref linkend="htmlhelp.hhp"/>
+<src:fragref linkend="htmlhelp.hhc"/>
+<src:fragref linkend="htmlhelp.hhp.tail"/>
+<src:fragref linkend="htmlhelp.enumerate.images"/>
</xsl:stylesheet>
</src:fragment>
******************************************************************** -->
-<!-- ==================================================================== -->
-<xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"/>
-
-<doc:param name="htmlhelp.encoding" xmlns="">
-<refpurpose>Character encoding to use in files for HTML Help compiler.</refpurpose>
-<refdescription>
-<para>HTML Help Compiler is not UTF-8 aware, so you should always use
-apropriate single-byte encoding here.</para>
-</refdescription>
-</doc:param>
-
-<xsl:param name="htmlhelp.autolabel" select="0"/>
-
-<doc:param name="htmlhelp.autolabel" xmlns="">
-<refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
-<refdescription>
-<para>If you want to include chapter and section numbers into ToC in
-the left panel, set this parameter to 1.</para>
-</refdescription>
-</doc:param>
-
-<xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"/>
-
-<doc:param name="htmlhelp.chm" xmlns="">
-<refpurpose>Filename of output HTML Help file.</refpurpose>
-<refdescription>
-<para>Change this parameter if you want different name of result
-CHM file than htmlhelp.chm.</para>
-</refdescription>
-</doc:param>
-
-<xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"/>
-
-<doc:param name="htmlhelp.hhp" xmlns="">
-<refpurpose>Filename of project file.</refpurpose>
-<refdescription>
-<para>Change this parameter if you want different name of project
-file than htmlhelp.hhp.</para>
-</refdescription>
-</doc:param>
-
-<xsl:param name="htmlhelp.hhc" select="'toc.hhc'"/>
-
-<doc:param name="htmlhelp.hhc" xmlns="">
-<refpurpose>Filename of TOC file.</refpurpose>
-<refdescription>
-<para>Change this parameter if you want different name of TOC file
-than toc.hhc.</para>
-</refdescription>
-</doc:param>
-
-<xsl:param name="htmlhelp.hhp.tail"/>
-
-<doc:param name="htmlhelp.hhp.tail" xmlns="">
-<refpurpose>Additional content for project file.</refpurpose>
-<refdescription>
-<para>If you want to include some additional parameters into project file,
-store appropriate part of project file into this parameter.</para>
-</refdescription>
-</doc:param>
-
-<xsl:param name="htmlhelp.enumerate.images" select="0"/>
-
-<doc:param name="htmlhelp.enumerate.images" xmlns="">
-<refpurpose>Should be paths to all used images added to project file?</refpurpose>
-<refdescription>
-<para>You should turn on this flag, if you insert images into your documents
-as external binary entities or if you are using absolute path in image names.</para>
-</refdescription>
-</doc:param>
<!-- ==================================================================== -->
<!-- Customizations of standard HTML stylesheet parameters -->
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.autolabel</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.autolabel</refname>
+<refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.autolabel">
+<xsl:param name="htmlhelp.autolabel" select="0"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If you want to include chapter and section numbers into ToC in
+the left panel, set this parameter to 1.</para>
+
+</refsect1>
+</refentry>
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.chm</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.chm</refname>
+<refpurpose>Filename of output HTML Help file.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.chm">
+<xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Change this parameter if you want different name of result
+CHM file than htmlhelp.chm.</para>
+
+</refsect1>
+</refentry>
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.encoding</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.encoding</refname>
+<refpurpose>Character encoding to use in files for HTML Help compiler.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.encoding">
+<xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>HTML Help Compiler is not UTF-8 aware, so you should always use
+apropriate single-byte encoding here.</para>
+
+</refsect1>
+</refentry>
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.enumerate.images</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.enumerate.images</refname>
+<refpurpose>Should be paths to all used images added to project file?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.enumerate.images">
+<xsl:param name="htmlhelp.enumerate.images" select="0"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>You should turn on this flag, if you insert images into your documents
+as external binary entities or if you are using absolute path in image names.</para>
+
+</refsect1>
+</refentry>
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.hhc</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.hhc</refname>
+<refpurpose>Filename of TOC file.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.hhc">
+<xsl:param name="htmlhelp.hhc" select="'toc.hhc'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Change this parameter if you want different name of TOC file
+than toc.hhc.</para>
+
+</refsect1>
+</refentry>
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.hhp.tail</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.hhp.tail</refname>
+<refpurpose>Additional content for project file.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.hhp.tail">
+<xsl:param name="htmlhelp.hhp.tail"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If you want to include some additional parameters into project file,
+store appropriate part of project file into this parameter.</para>
+
+</refsect1>
+</refentry>
--- /dev/null
+<refentry>
+<refmeta>
+<refentrytitle>htmlhelp.hhp</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>htmlhelp.hhp</refname>
+<refpurpose>Filename of project file.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id="htmlhelp.hhp">
+<xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Change this parameter if you want different name of project
+file than htmlhelp.hhp.</para>
+
+</refsect1>
+</refentry>