source: trunk/Distribution/XSL/params/chunker.output.encoding.xml@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 866 bytes
Line 
1<refentry id="chunker.output.encoding">
2<refmeta>
3<refentrytitle>chunker.output.encoding</refentrytitle>
4<refmiscinfo role="type">string</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>chunker.output.encoding</refname>
8<refpurpose>Encoding used in generated pages</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>&lt;xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
12</refsynopsisdiv>
13
14<refsect1><title>Description</title>
15
16<para>This parameter specifies the encoding to be used in files
17generated by the chunking stylesheet. Not all processors support
18specification of this parameter.
19</para>
20
21<para>This parameter used to be named <literal>default.encoding</literal>.</para>
22
23<note>
24<para>This parameter is documented here, but the declaration is actually
25in the <filename>chunker.xsl</filename> stylesheet module.</para>
26</note>
27
28</refsect1>
29</refentry>
Note: See TracBrowser for help on using the repository browser.