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">
8 <refentrytitle>textdata.default.encoding</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
12 <refname>textdata.default.encoding</refname>
13 <refpurpose>Default encoding of external text files which are included
14 using textdata element</refpurpose>
18 <src:fragment xml:id="textdata.default.encoding.frag">
19 <xsl:param name="textdata.default.encoding"></xsl:param>
23 <refsection><info><title>Description</title></info>
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>