</xsl:call-template>
</xsl:template>
+ <doc:pi name="dbhtml_stop-chunking" xmlns="">
+ <refpurpose>Do not chunk any descendents of this element.</refpurpose>
+ <refdescription>
+ <para>When generating chunked html output, adding this as the child of an element that contains elements that would normally be generated on separate pages if generating chunked output causes chunking to stop at this point. No descendants of the current element will be split into new html pages:
+<programlisting><![CDATA[<section>
+<title>Configuring pencil</title>
+<?dbhtml stop-chunking?>
+
+...
+
+</section>]]></programlisting>
+</para>
+ </refdescription>
+ <refsynopsisdiv>
+ <synopsis><tag class="xmlpi">dbhtml stop-chunking</tag></synopsis>
+ </refsynopsisdiv>
+ <refsee role="tcg">
+ <para><link role="tcg"
+ xlink:href="Chunking.html"
+ >Chunking into multiple HTML files</link></para>
+ </refsee>
+ </doc:pi>
+ <!-- The code that handles the stop-chunking pi is in chunk-common.xsl -->
+
<doc:pi name="dbhtml_table-summary" xmlns="">
<refpurpose>Specifies summary for table, variablelist, segmentedlist, or qandaset output</refpurpose>
<refdescription>
</xsl:choose>
</xsl:template>
+<!-- There are two templates matching this PI in htmlhelp-common.xsl -->
+<doc:pi name="dbhh" xmlns="">
+ <refpurpose>Sets topic name and topic id for context-sensitive HTML Help</refpurpose>
+ <refdescription>
+ <para>Use the <tag class="xmlpi">dbhh</tag> PI as a child of components
+ that should be used as targets for context-sensitive help requests.</para>
+ </refdescription>
+ <refsynopsisdiv>
+ <synopsis><tag class="xmlpi">dbhh topicname="<replaceable>name</replaceable>" topicid="<replaceable>id</replaceable>"</tag></synopsis>
+ </refsynopsisdiv>
+ <refparameter>
+ <variablelist>
+ <varlistentry><term>topicname="<replaceable>name</replaceable>"</term>
+ <listitem>
+ <para>Specifies a unique string constant that identifies a help topic</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term>topicid="<replaceable>id</replaceable>"</term>
+ <listitem>
+ <para>Specifies a unique integer value for the <literal>topicname</literal> string</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refparameter>
+ <refsee role="tcg">
+ <para><link role="tcg"
+ xlink:href="HtmlHelp.html#HHContextHelp"
+ >Context-sensitive help</link></para>
+ </refsee>
+</doc:pi>
+
<!-- ==================================================================== -->
<xsl:template name="dbhtml-attribute">
</xsl:choose>
</xsl:template>
-<!-- There are two templates matching this PI in htmlhelp-common.xsl -->
-<doc:pi name="dbhh" xmlns="">
- <refpurpose>Sets topic name and topic id for context-sensitive HTML Help</refpurpose>
- <refdescription>
- <para>Use the <tag class="xmlpi">dbhh</tag> PI as a child of components
- that should be used as targets for context-sensitive help requests.</para>
- </refdescription>
- <refsynopsisdiv>
- <synopsis><tag class="xmlpi">dbhh topicname="<replaceable>name</replaceable>" topicid="<replaceable>id</replaceable>"</tag></synopsis>
- </refsynopsisdiv>
- <refparameter>
- <variablelist>
- <varlistentry><term>topicname="<replaceable>name</replaceable>"</term>
- <listitem>
- <para>Specifies a unique string constant that identifies a help topic</para>
- </listitem>
- </varlistentry>
- <varlistentry><term>topicid="<replaceable>id</replaceable>"</term>
- <listitem>
- <para>Specifies a unique integer value for the <literal>topicname</literal> string</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refparameter>
- <refsee role="tcg">
- <para><link role="tcg"
- xlink:href="HtmlHelp.html#HHContextHelp"
- >Context-sensitive help</link></para>
- </refsee>
-</doc:pi>
-
- <!-- The code that handles the stop-chunking pi is in chunk-common.xsl -->
- <doc:pi name="dbhtml_stop-chunking" xmlns="">
- <refpurpose>Do not chunk any descendents of this element.</refpurpose>
- <refdescription>
- <para>When generating chunked html output, adding this as the child of an element that contains elements that would normally be generated on separate pages if generating chunked output causes chunking to stop at this point. No descendants of the current element will be split into new html pages:
-<programlisting><![CDATA[<section>
-<title>Configuring pencil</title>
-<?dbhtml stop-chunking?>
-
-...
-
-</section>]]></programlisting>
-</para>
- </refdescription>
- <refsynopsisdiv>
- <synopsis><tag class="xmlpi">dbhtml stop-chunking</tag></synopsis>
- </refsynopsisdiv>
- <refsee role="tcg">
- <para><link role="tcg"
- xlink:href="Chunking.html"
- >Background color</link></para>
- </refsee>
- </doc:pi>
-
</xsl:stylesheet>