summaryrefslogtreecommitdiff
path: root/test/testdocs/author.002.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdocs/author.002.xml')
-rw-r--r--test/testdocs/author.002.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/test/testdocs/author.002.xml b/test/testdocs/author.002.xml
new file mode 100644
index 00000000..88e78328
--- /dev/null
+++ b/test/testdocs/author.002.xml
@@ -0,0 +1,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>