blob: b9ef17a4726b02408634e934a6d205a51c371f66 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<article id="horizontal_rule" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Horizontal Rule</title>
<para/>
<para>
This should be displayed.
</para>
<para/>
<para/>
<para>
* This shouldn't be a list
</para>
<para/>
<itemizedlist>
<listitem>
<simpara>
This should be a list
</simpara>
</listitem>
</itemizedlist>
<para/>
<itemizedlist>
<listitem>
<simpara>
This should be a list
</simpara>
</listitem>
</itemizedlist>
<para/>
<para>
<emphasis role="bold">This should be displayed. Maybe that's wrong?</emphasis>
</para>
<para/>
<para>
Odd way to get text displayed.
</para>
</article>
|