Files
dive-into-python3/chardet/docs/docbook/xsl/params/chunker.output.method.xml
T
Mark Pilgrim 831681489e initial import
2009-01-24 16:05:55 -05:00

31 lines
879 B
XML

<refentry id="chunker.output.method">
<refmeta>
<refentrytitle>chunker.output.method</refentrytitle>
<refmiscinfo role="type">list</refmiscinfo>
<refmiscinfo role="value">html</refmiscinfo>
<refmiscinfo role="value">xml</refmiscinfo>
</refmeta>
<refnamediv>
<refname>chunker.output.method</refname>
<refpurpose>Method used in generated pages</refpurpose>
</refnamediv>
<refsynopsisdiv>&lt;xsl:param name="chunker.output.method" select="'html'"/>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>This parameter specifies the output method to be used in files
generated by the chunking stylesheet.
</para>
<para>This parameter used to be named <literal>output.method</literal>.</para>
<note>
<para>This parameter is documented here, but the declaration is actually
in the <filename>chunker.xsl</filename> stylesheet module.</para>
</note>
</refsect1>
</refentry>