summaryrefslogtreecommitdiff
path: root/test/testdocs/author.002.xml
blob: 88e7832804be86e558d71945fd5f4f3f35b21507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book id="book">
<bookinfo>
<title>Unit Test: author.002</title>
<releaseinfo role="CVS">$Id: author.002.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
</bookinfo>

<chapter>
<title>Chapter Title</title>

<simplelist>
<member>
<author id="a1" role="first-last">
  <honorific>Mr</honorific>
  <firstname>FirstFirstlast</firstname>
  <othername>Middlename</othername>
  <surname>Surname</surname>
  <lineage>Jr</lineage>
</author>
</member>
<member id="m2">
<author role="last-first">
  <honorific>Mr</honorific>
  <firstname>FirstLastfirst</firstname>
  <othername>Middlename</othername>
  <surname>Surname</surname>
  <lineage>Jr</lineage>
</author>
</member>
<member>
<author role="family-given">
  <honorific>Mr</honorific>
  <firstname>FirstFamilygiven</firstname>
  <othername>Middlename</othername>
  <surname>Surname</surname>
  <lineage>Jr</lineage>
</author>
</member>
</simplelist>

<para>See <link linkend="a1">first author</link> or
<link linkend="m2">second member</link>.</para>

</chapter>

</book>