Created Debian package
[xmldoc.git] / test / paragraph.xml
1 <?xml version="1.0"?>
2
3 <doc style="main.css">
4
5    <book>
6
7    <titlepage>
8       <title>xmldoc paragraph check</title>
9    </titlepage>
10
11    <chapter>
12       <heading>The only chapter</heading>
13       <para>
14       This testcase test paragraphs and related block level content.
15       </para>
16
17       <quote>
18       This paragraph is printed in a quote environment.
19       </quote>
20
21       <verbatim>
22       A verbatim element prints text with
23               spaces   and
24               linebreaks
25         preserved.
26       </verbatim>
27
28       <example>
29       An example is like verbatim
30
31          but puts the text
32          in a box.
33       </example>
34
35    </chapter>
36
37    </book>
38
39 </doc>