diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/chunker.output.standalone.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/chunker.output.standalone.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/chunker.output.standalone.xml b/kdoctools/docbook/xsl/params/chunker.output.standalone.xml new file mode 100644 index 000000000..bfd145c6a --- /dev/null +++ b/kdoctools/docbook/xsl/params/chunker.output.standalone.xml @@ -0,0 +1,27 @@ +<refentry id="chunker.output.standalone"> +<refmeta> +<refentrytitle>chunker.output.standalone</refentrytitle> +<refmiscinfo role="type">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>chunker.output.standalone</refname> +<refpurpose>Standalone declaration for generated pages</refpurpose> +</refnamediv> + +<refsynopsisdiv><xsl:param name="chunker.output.standalone" select="'no'"/> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>This parameter specifies the value of the standalone +specification for generated pages. Not all processors support +specification of this parameter. +</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> |