</xsl:template>
<doc:pi name="dbhtml_bgcolor" xmlns="">
- <refpurpose>Sets background color on a table row or table cell</refpurpose>
+ <refpurpose>Sets background color on a CALS table row or table cell</refpurpose>
<refdescription>
- <para>Use the <tag class="xmlpi">dbhtml bgcolor</tag> PI as child of a table row
+ <para>Use the <tag class="xmlpi">dbhtml bgcolor</tag> PI as child of a CALS table row
or cell to set a background color for that table row or cell.</para>
</refdescription>
<refsynopsisdiv>
</xsl:template>
<doc:pi name="dbhtml_cellpadding" xmlns="">
- <refpurpose>Specifies cellpadding in table or qandaset output</refpurpose>
+ <refpurpose>Specifies cellpadding in CALS table or qandaset output</refpurpose>
<refdescription>
<para>Use the <tag class="xmlpi">dbhtml cellpadding</tag> PI as a child of a
- <tag>table</tag> or <tag>qandaset</tag> to specify the value
+ CALS <tag>table</tag> or <tag>qandaset</tag> to specify the value
for the HTML <literal>cellpadding</literal> attribute in the
output HTML table.</para>
</refdescription>
</xsl:template>
<doc:pi name="dbhtml_cellspacing" xmlns="">
- <refpurpose>Specifies cellspacing in table or qandaset output</refpurpose>
+ <refpurpose>Specifies cellspacing in CALS table or qandaset output</refpurpose>
<refdescription>
<para>Use the <tag class="xmlpi">dbhtml cellspacing</tag> PI as a child of a
- <tag>table</tag> or <tag>qandaset</tag> to specify the value
+ CALS <tag>table</tag> or <tag>qandaset</tag> to specify the value
for the HTML <literal>cellspacing</literal> attribute in the
output HTML table.</para>
</refdescription>
</xsl:template>
<doc:pi name="dbhtml_class" xmlns="">
- <refpurpose>Set value of the class attribute for a table row</refpurpose>
+ <refpurpose>Set value of the class attribute for a CALS table row</refpurpose>
<refdescription>
<para>Use the <tag class="xmlpi">dbhtml class</tag> PI as a child of a
<tag>row</tag> to specify a <literal>class</literal>
</xsl:template>
<doc:pi name="dbhtml_row-height" xmlns="">
- <refpurpose>Specifies the height for a table row</refpurpose>
+ <refpurpose>Specifies the height for a CALS table row</refpurpose>
<refdescription>
<para>Use the <tag class="xmlpi">dbhtml row-height</tag> PI as a child of a
<tag>row</tag> to specify the height of the row.</para>
</xsl:template>
<doc:pi name="dbhtml_stop-chunking" xmlns="">
- <refpurpose>Do not chunk any descendents of this element.</refpurpose>
+ <refpurpose>Do not chunk any descendants 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:
+ <para>When generating chunked HTML output, adding this PI 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?>
<!-- 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>
+ <refpurpose>Specifies summary for CALS table, variablelist, segmentedlist, or qandaset output</refpurpose>
<refdescription>
<para>Use the <tag class="xmlpi">dbhtml table-summary</tag> PI as a child of
- a <tag>table</tag>, <tag>variablelist</tag>,
+ a CALS <tag>table</tag>, <tag>variablelist</tag>,
<tag>segmentedlist</tag>, or <tag>qandaset</tag> to specify
the text for the HTML <literal>summary</literal> attribute
in the output HTML table.</para>
</xsl:template>
<doc:pi name="dbhtml_table-width" xmlns="">
- <refpurpose>Specifies the width for a table</refpurpose>
+ <refpurpose>Specifies the width for a CALS table</refpurpose>
<refdescription>
<para>Use the <tag class="xmlpi">dbhtml table-width</tag> PI as a child of a
- <tag>table</tag> to specify the width of the table in
+ CALS <tag>table</tag> to specify the width of the table in
output.</para>
</refdescription>
<refsynopsisdiv>