You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
762 B
26 lines
762 B
<refentry id="inherit.keywords">
|
|
<refmeta>
|
|
<refentrytitle>inherit.keywords</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>inherit.keywords</refname>
|
|
<refpurpose>Inherit keywords from ancestor elements?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='inherit.keywords.frag'><xsl:param name="inherit.keywords" select="'1'"/></src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If <parameter>inherit.keywords</parameter>
|
|
is non-zero, the keyword <sgmltag>META</sgmltag> for each HTML
|
|
<sgmltag>HEAD</sgmltag> element will include all of the keywords from
|
|
ancestral elements. Otherwise, only the keywords from the current section
|
|
will be used.
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|