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="author.othername.in.middle"> | |
7 <refmeta> | |
8 <refentrytitle>author.othername.in.middle</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>author.othername.in.middle</refname> | |
13 <refpurpose>Is <tag>othername</tag> in <tag>author</tag> a | |
14 middle name?</refpurpose> | |
15 </refnamediv> | |
16 | |
17 <refsynopsisdiv> | |
18 <src:fragment xml:id="author.othername.in.middle.frag"> | |
19 <xsl:param name="author.othername.in.middle" select="1"/></src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>If non-zero, the <tag>othername</tag> of an <tag>author</tag> | |
25 appears between the <tag>firstname</tag> and | |
26 <tag>surname</tag>. Otherwise, <tag>othername</tag> | |
27 is suppressed. | |
28 </para> | |
29 | |
30 </refsection> | |
31 </refentry> | |
OLD | NEW |