summaryrefslogtreecommitdiff
path: root/test/testdocs/refentry.002.xml
blob: 7c65de9ccf5986bac27f6ae338335479bf071648 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: refentry.002</title>
<releaseinfo role="CVS">$Id: refentry.002.xml 5801 2006-04-07 07:11:47Z xmldoc $</releaseinfo>
<author>
  <firstname>Norman</firstname>
  <surname>Walsh</surname>
  <affiliation>
    <address><email>ndw@nwalsh.com</email></address>
  </affiliation>
</author>
<editor>
  <firstname>Michael (tm)</firstname>
  <surname>Smith</surname>
  <affiliation>
    <orgname>The DocBook Project</orgname>
  </affiliation>
</editor>
<othercredit>
  <firstname>Michael (tm)</firstname>
  <surname>Smith</surname>
  <personblurb><para>Did other stuff.</para></personblurb>
</othercredit>
</articleinfo>

<refentry id="lessminimal">
<refmeta>
<refentrytitle>Also Minimal Title</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>
<refnamediv>
<refname>Also Minimal</refname>
<refpurpose>Another test of a minimal RefEntry</refpurpose>
</refnamediv>

<refsection>
<title>Description</title>
<para>This is a minimal RefEntry.</para>

<refsection>
<title>Subsection</title>
<para>This is a minimal RefEntry.</para>

<refsection>
<title>Sub-subsection</title>
<para>This is a minimal RefEntry.</para>

<refsection>
  <title>Refsect4-level subsection</title>
  <para>Check the indenting.</para>
  <refsection>
    <title>Refsect5-level subsection</title>
    <para>Check the indenting.</para>
  </refsection>
</refsection>

</refsection>
</refsection>
</refsection>

<refsection>
<title>More Description</title>
<para>This is a not-so minimal RefEntry.</para>
<formalpara>
  <title>Ladjwqopnsfil</title>
  <para>This is a formalpara. That is, a paragraph with a title. One
  way to generate output for it is to take the title, “Ladjwqopnsfil”,
  and use it as a “run in” heading that is rendered inline at the
  start of the paragraph, followed by a period (or some other
  punctuation mark).</para>
</formalpara>
</refsection>

<refsection>
<title>Even More Description</title>
<para>The following two words, “foo” and “bar”, are both empasized,
separately, with a space between them: <emphasis>foo</emphasis>
<emphasis>bar</emphasis>. Here is the same pair of words in bold, with
a space






 between them: <emphasis role="strong">foo</emphasis> <emphasis role="strong">bar</emphasis></para>
</refsection>

</refentry>

</article>