source: trunk/Distribution/XSL/params/textdata.default.encoding.xml

Last change on this file 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: 846 bytes
RevLine 
[2]1<refentry id="textdata.default.encoding">
2<refmeta>
3<refentrytitle>textdata.default.encoding</refentrytitle>
4<refmiscinfo role="type">string</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>textdata.default.encoding</refname>
8<refpurpose>Default encoding of external text files which are included
9using textdata element</refpurpose>
10</refnamediv>
11
12<refsynopsisdiv>
13<src:fragment id='textdata.default.encoding.frag'>
14<xsl:param name="textdata.default.encoding" select="''"/>
15</src:fragment>
16</refsynopsisdiv>
17
18<refsect1><title>Description</title>
19
20<para>Default encoding of external text files which are included using
21textdata element. This value is used only when you do not specify
22encoding by appropriate attribute directly on textdata. Default
23encoding (empty string) is interpreted as system default
24encoding.</para>
25
26</refsect1>
27</refentry>
28
Note: See TracBrowser for help on using the repository browser.