29 lines
947 B
XML
29 lines
947 B
XML
<refentry xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="5.0" xml:id="html.ext">
|
|
<refmeta>
|
|
<refentrytitle>html.ext</refentrytitle>
|
|
<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>html.ext</refname>
|
|
<refpurpose>Identifies the extension of generated HTML files</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment xml:id="html.ext.frag">
|
|
<xsl:param name="html.ext">.html</xsl:param>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsection><info><title>Description</title></info>
|
|
|
|
<para>The extension identified by <parameter>html.ext</parameter> will
|
|
be used as the filename extension for chunks created by this
|
|
stylesheet. </para>
|
|
|
|
</refsection>
|
|
</refentry>
|