summaryrefslogtreecommitdiff
path: root/test/testdocs/blockquote.001.xml
blob: a4d4ee02f177afc04c9f534aa1a8eabed802c9ba (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: blockquote.001.xml</title>
<releaseinfo role="CVS">$Id$</releaseinfo>
<!-- Change this: -->
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>

<para>This file tests block quotes:</para>

<blockquote><para>If you understand: things are as they are. If you do not understand:
things are as they are.</para>
</blockquote>

<blockquote><attribution>H. W. Longfellow</attribution>
<para>If we could read the secret history
of our enemies, we should find in in each one's life sorrow and
suffering enough to disarm all hostility.</para>
</blockquote>

<para>The following block quotation occurs inside a paragraph.

<blockquote>
<para>Knowledge, sense, honesty, learning, good behavior are the chief
things towards making a man's fortune, next to interest and opportunity.</para>
</blockquote>

This line of text occurs after the quote, but inside the same para.</para>

</article>