mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
31 lines
879 B
XML
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><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>
|