OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="textdata.default.encoding"> | |
7 <refmeta> | |
8 <refentrytitle>textdata.default.encoding</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>textdata.default.encoding</refname> | |
13 <refpurpose>Default encoding of external text files which are included | |
14 using textdata element</refpurpose> | |
15 </refnamediv> | |
16 | |
17 <refsynopsisdiv> | |
18 <src:fragment xml:id="textdata.default.encoding.frag"> | |
19 <xsl:param name="textdata.default.encoding"></xsl:param> | |
20 </src:fragment> | |
21 </refsynopsisdiv> | |
22 | |
23 <refsection><info><title>Description</title></info> | |
24 | |
25 <para>Specifies the encoding of any external text files included using | |
26 <tag>textdata</tag> element. This value is used only when you do | |
27 not specify encoding by the appropriate attribute <!-- Which is what? --> | |
28 directly on textdata. An empty string is interpreted as the system | |
29 default encoding.</para> | |
30 | |
31 </refsection> | |
32 </refentry> | |
OLD | NEW |